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

4 lines
105 B
Plaintext
Raw Normal View History

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