ligo/src/test/contracts/expected/bad_address_format.religo

4 lines
109 B
Plaintext
Raw Normal View History

2020-06-03 12:41:26 +02:00
let main =
2020-06-04 09:54:25 +02:00
((parameter: int), (storage: address)) =>
2020-06-03 12:41:26 +02:00
([] : list(operation), "KT1badaddr" : address);