Skip to content

Commit

Permalink
fix contractid
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Jul 24, 2023
1 parent b3d9554 commit ac3bae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use auth_testing_abi::AuthTesting;

// should be false in the case of a script
fn main() -> bool {
let caller = abi(AuthTesting, 0x7fc20db4f2c7c4b1ea38808449a438c36117b462d593a29c41c19b0be31f64e8);
let caller = abi(AuthTesting, 0x10f04ba40bd185d6e2e326a9f8be6d1c1f96b7a021faecea1bd46fc4b5cce885);
let result = caller.returns_gm_one();
assert(result);
result
Expand Down

0 comments on commit ac3bae3

Please sign in to comment.