Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
solve
Browse files Browse the repository at this point in the history
  • Loading branch information
reneespinosa committed Dec 26, 2023
1 parent e699630 commit f13d5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/task1.fc
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@


cell msg = begin_cell()
.store_uint(0x18, 6)
.store_uint(0x10, 6)
.store_slice(receiver)
.store_coins(0)
.store_grams(0)
.store_uint(0,1 + 4 + 4 + 64 + 32 + 1 + 1)
.end_cell();

Expand Down

0 comments on commit f13d5de

Please sign in to comment.