Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   aa-hc-check.sh
  • Loading branch information
mmontour1306 committed Dec 2, 2024
1 parent 091dc5f commit 4a7c2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hybrid-compute/aa-hc-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ REG=`cast call --rpc-url=$NODE_HTTP $HC_HELPER_ADDR "RegisteredCallers(address)"
cast abi-decode "function()(address,string,uint256)" $REG

# Arbitrary bytes32 key
SOME_B32 = 0xd80bf0a36ceac0f76e27b53ef27184753b88e8e3964eab6fbfe5783c888e10dc
SOME_B32=0xd80bf0a36ceac0f76e27b53ef27184753b88e8e3964eab6fbfe5783c888e10dc

echo -n "Should be unregistered caller: "
cast call --rpc-url=$NODE_HTTP $HC_HELPER_ADDR \
Expand Down

0 comments on commit 4a7c2fd

Please sign in to comment.