From b2b10ae0b202c9acad9abe51006b0f27fdea9140 Mon Sep 17 00:00:00 2001 From: akifoq <75585197+akifoq@users.noreply.github.com> Date: Thu, 9 Dec 2021 18:02:53 +0300 Subject: [PATCH] Fix PUSHPOW2 exponents --- func/simple-subscription-plugin.fc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/func/simple-subscription-plugin.fc b/func/simple-subscription-plugin.fc index 0f7bbe6..f4aa4ae 100644 --- a/func/simple-subscription-plugin.fc +++ b/func/simple-subscription-plugin.fc @@ -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