Skip to content

Commit

Permalink
Fix transfer example for V5R1 wallet (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii authored Sep 30, 2024
1 parent ad459ef commit ec56cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/dapps/cookbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ let seqno: number = await contract.getSeqno();
await contract.sendTransfer({
secretKey: keyPair.secretKey,
seqno,
sendMode: SendMode.PAY_GAS_SEPARATELY,
sendMode: SendMode.PAY_GAS_SEPARATELY + SendMode.IGNORE_ERRORS,
messages: [
internal({
to: 'EQCD39VS5jcptHL8vMjEXrzGaRcCVYto7HUn4bpAOg8xqB2N',
Expand Down

0 comments on commit ec56cb0

Please sign in to comment.