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";