https://gitlab.com/tezos/tezos
Raw File
Tip revision: bd0c14c9d256385b55e1c552288e8dab772dbd8f authored by Mathias Bourgoin on 18 March 2024, 11:30:28 UTC
Proto/Tests: update test with level of min_delegated
Tip revision: bd0c14c
compare_timestamp_02.tzt
code { COMPARE } ;
input { Stack_elt timestamp "2" ; Stack_elt timestamp "1" } ;
output { Stack_elt int 1 }
back to top