Skip to content

Commit

Permalink
fix: typo with op bitlength
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Sep 13, 2023
1 parent c089d1c commit 91b348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/wallet_v5_3.fc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int pack_address(int wc, int hash) impure asm "SWAP INC XOR"; ;; hash ^ (wc+1)

;; Recurse into extended actions until we reach standard actions
while (cs~load_uint(1)) {
int op = cs~load_uint(4);
int op = cs~load_uint(32);

;; Raw set_data
if (op == 0x1ff8ea0b) {
Expand Down

0 comments on commit 91b348d

Please sign in to comment.