Skip to content

Commit

Permalink
Merge pull request #119 from 0xPolygonHermez/minor-audit-fixes
Browse files Browse the repository at this point in the history
minor audit fixes
  • Loading branch information
jbaylina committed Jan 16, 2023
2 parents a8bbf94 + f7a8828 commit 796949c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pil/padding_kkbit.pil
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
● ● ●
● ● ●
● ● ● ┌─────────────────┐
● ● ● │r8 calcuulations
● ● ● │ 9*136 = 1467
● ● ● │ r8 calculations
● ● ● │ 9*136 = 1224
● ● ● │ │
● ● ● └─────────────────┘
● ● ●
Expand Down
2 changes: 1 addition & 1 deletion src/build_genesis.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function run() {
} else if (argv._.length == 1) {
inputFile = argv._[0];
} else {
console.log("Only one input file at a time is permited");
console.log("Only one input file at a time is permitted");
process.exit(1);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main_executor.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function run() {
} else if (argv._.length == 1) {
inputFile = argv._[0];
} else {
console.log("Only one input file at a time is permited");
console.log("Only one input file at a time is permitted");
process.exit(1);
}

Expand Down

0 comments on commit 796949c

Please sign in to comment.