Skip to content

Commit

Permalink
Panic patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenphuminh authored Jul 23, 2022
1 parent 69397b1 commit 0964192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function changeState(newBlock, stateDB, enableLogging = false) {
) {
const contractInfo = { address: tx.recipient };

await jelscript(dataFromRecipient.body, contractGas, stateDB, newBlock, tx, contractInfo, enableLogging);
await jelscript(dataFromRecipient.body, (tx.additionalData.contractGas || 0), stateDB, newBlock, tx, contractInfo, enableLogging);
}
}
}
Expand Down

0 comments on commit 0964192

Please sign in to comment.