https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4c7bc5991909be8e0b89e5587ab1c1dbbde0a958 authored by Marina Polubelova on 19 January 2024, 13:05:28 UTC
change consensus_rights_delay only for mainnet
Tip revision: 4c7bc59
update_setint_02.tzt
code { UPDATE } ;
input { Stack_elt int 2 ; Stack_elt bool True ; Stack_elt (set int) { 1 ; 3 ; 5 ; 7 } } ;
output { Stack_elt (set int) { 1 ; 2 ; 3 ; 5 ; 7 } }
back to top