From b99e17bd502345732aeb5991d4e1877f0011c867 Mon Sep 17 00:00:00 2001 From: Amir Vagapov <90898567+SweetJesus50@users.noreply.github.com> Date: Mon, 9 Sep 2024 02:08:59 +0500 Subject: [PATCH] Update op-codes.fc --- ft/op-codes.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft/op-codes.fc b/ft/op-codes.fc index 3b0df04..114f6b0 100644 --- a/ft/op-codes.fc +++ b/ft/op-codes.fc @@ -1,4 +1,4 @@ -int op::transfer() asm "0xf8a7ea5 PUSHINT"; +int op::transfer() asm "0x0f8a7ea5 PUSHINT"; int op::transfer_notification() asm "0x7362d09c PUSHINT"; int op::internal_transfer() asm "0x178d4519 PUSHINT"; int op::excesses() asm "0xd53276db PUSHINT";