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

Commit

Permalink
........
Browse files Browse the repository at this point in the history
  • Loading branch information
reneespinosa committed Jan 6, 2024
1 parent cb77a0c commit a25fccb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contracts/task1.fc
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,12 @@ slice slice_last(slice s, int len) asm "SDCUTLAST";

throw_if(124 , execution_time > now());
accept_message();

cell msg = begin_cell()
send_raw_message(begin_cell()
.store_uint(0x18, 6)
.store_slice(ExtInMsgBody~load_msg_addr())
.store_coins(0)
.store_uint(0,1 + 4 + 4 + 64 + 32 + 1 + 1)
.end_cell();
send_raw_message(msg,128);
.end_cell(),128);

}
}
Expand Down

0 comments on commit a25fccb

Please sign in to comment.