Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Aug 15, 2024
1 parent 1e10662 commit 7212f0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ use std::tx::*;
fn main() -> u64 {
assert(tx_witnesses_count() == 3);
assert(tx_witness_data::<u8>(1).unwrap() == 1);
assert(tx_witness_data::<u64>(2).unwrap(0) == 1234);
assert(tx_witness_data::<u64>(2).unwrap() == 1234);
0
}

0 comments on commit 7212f0a

Please sign in to comment.