leo/compiler/tests/input_files/program_state/access_state.leo
2020-08-16 19:14:26 -07:00

3 lines
75 B
Plaintext

function main(input) {
console.assert(input.state.root == [0u8; 32]);
}