Skip to content

Commit

Permalink
chore: Update execute error message (godwokenrises#147)
Browse files Browse the repository at this point in the history
* chore: Update execute error message
* Update contracts/test/GwExecuteRawL2Tx.js

Co-authored-by: RetricSu <inneverland2013@gmail.com>
  • Loading branch information
classicalliu and RetricSu committed Jul 13, 2022
1 parent 5357952 commit c9cc3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/GwExecuteRawL2Tx.js
Expand Up @@ -89,7 +89,7 @@ describe("gw_execute_raw_l2transaction Cache Test", function () {
"0xffffff504f4c590020bcbe0000000000000000000000000000000000000000000000000000000000000000000000000024000000df57407800000000000000000000000000000000000000000000000000000000000001bc";

const p = new Array(count).fill(1).map(async () => {
const errMsgKeyWords = ["revert: Error(you trigger death value!)"];
const errMsgKeyWords = ["you trigger death value!"];
const method = async () => {
await executeGwRawTx(chainId, toId, args);
};
Expand Down

0 comments on commit c9cc3ba

Please sign in to comment.