Skip to content

Commit

Permalink
Only commit fraud once (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlfloersch authored Dec 17, 2020
1 parent 1b6fea5 commit d117cf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export class StateBatchSubmitter extends BatchSubmitter {
batch.push(
'0xbad1bad1bad1bad1bad1bad1bad1bad1bad1bad1bad1bad1bad1bad1bad1bad1'
)
this.fraudSubmissionAddress = 'no fraud'
} else {
batch.push(block.stateRoot)
}
Expand Down

0 comments on commit d117cf2

Please sign in to comment.