Skip to content

Commit

Permalink
Fix PUSHPOW2 exponents
Browse files Browse the repository at this point in the history
  • Loading branch information
akifoq authored Dec 9, 2021
1 parent d70ee67 commit b2b10ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions func/simple-subscription-plugin.fc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

(int) slice_data_equal?(slice s1, slice s2) asm "SDEQ";

int wallet_processing_amount() asm "23 PUSHPOW2";
int wallet_processing_amount() asm "24 PUSHPOW2";
int op:destruct() asm "0x64737472 PUSHINT";
int op:payment_request() asm "0x706c7567 PUSHINT";
int op:fallback() asm "0x756e6b77 PUSHINT";
int op:subscription() asm "0x73756273 PUSHINT";
int max_failed_attempts() asm "3 PUSHINT";
int max_reserved_funds() asm "25 PUSHPOW2";
int max_reserved_funds() asm "26 PUSHPOW2";

;; storage$_ wallet:MsgAddressInt
;; beneficiary:MsgAddressInt
Expand Down

0 comments on commit b2b10ae

Please sign in to comment.