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

Commit

Permalink
fix: missed a field
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Mar 25, 2024
1 parent 7b54665 commit 3f771df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/book/contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ contract HelloWorld {
// sending the message back to the sender
send(SendParameters{
to: sender(),
value: 0,
mode: SendRemainingValue + SendIgnoreErrors,
body: CanBounce{counter: self.counter}.toCell()
});
Expand Down

0 comments on commit 3f771df

Please sign in to comment.