Skip to content

Commit

Permalink
Print budget
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 19, 2024
1 parent 975d6c0 commit f23503c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions secp256r1/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ fn test(env: &Env, contract_id: &Address) {

let result = client.try_verify(&key, &msg, &sig);
assert_eq!(result, Ok(Ok(())));

env.budget().print();
}

0 comments on commit f23503c

Please sign in to comment.