Skip to content

Commit

Permalink
Fix: gas reply arguments (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenWay authored Jul 19, 2023
1 parent 7ff50c3 commit d80f361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/api/calculate-gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const metadata = await getProgramMetadata('0x' + fs.readFileSync('demo_async.met
const gas = await gearApi.program.calculateGas.reply(
'0xd43593c715fdd31c61141abd04a99fd6822c8558854ccde39a5684e7a56da27d', // source id
'0x518e6bc03d274aadb3454f566f634bc2b6aef9ae6faeb832c18ae8300fd72635', // message id
0, // exit code
'PONG', // payload
0, // value
true, // allow other panics
Expand Down

0 comments on commit d80f361

Please sign in to comment.