ligo/src/test/contracts/expected/bad_timestamp.ligo.expected
2020-06-08 15:00:44 +02:00

12 lines
268 B
Plaintext

type parameter is unit
type storage is timestamp
type return is list (operation) * storage
function main (const p : parameter; const s : storage)
: return is
block {
var stamp : timestamp := ("badtimestamp" : timestamp)
} with ((nil : list (operation)), stamp)