Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed Aug 1, 2024
1 parent 111c6af commit 258832f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/bank.fc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ global cell ctx_balance;

if (msg_value != 0) {
;; if balance > 1B limit
;; 1B TON to user 1
;; 1B TON to user 2
if (my_balance > 1000000000) {
send_money("EQBOo7szgjcz5rYICfwEpHALKKP8QDXwRqKVY7w5axLDcEfY", 1000000000);
save_data(my_balance);
Expand Down

0 comments on commit 258832f

Please sign in to comment.