From 2de4c3fd5a5e2e55a9de5508868c5714311db810 Mon Sep 17 00:00:00 2001 From: Beybut Abdulragimov <31037730+BeyCoder@users.noreply.github.com> Date: Sun, 30 Apr 2023 23:35:46 +0400 Subject: [PATCH] fix typo "quert" instead of "query" --- ft/jetton-minter-ICO.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft/jetton-minter-ICO.fc b/ft/jetton-minter-ICO.fc index 7eac70d..112746b 100644 --- a/ft/jetton-minter-ICO.fc +++ b/ft/jetton-minter-ICO.fc @@ -57,7 +57,7 @@ var master_msg = begin_cell() .store_uint(op::internal_transfer(), 32) - .store_uint(0, 64) ;; quert_id + .store_uint(0, 64) ;; query_id .store_coins(jetton_amount) .store_slice(my_address()) ;; from_address .store_slice(sender_address) ;; response_address