Skip to content

Commit

Permalink
reset should affect total difficult overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 committed Dec 20, 2024
1 parent a0ce521 commit b085281
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,9 @@ private Builder reset() {
eth1DepositContractAddress = null;
eth1DepositContractDeployBlock = Optional.empty();
trustedSetup = Optional.empty();
terminalBlockHashOverride = Optional.empty();
terminalBlockHashEpochOverride = Optional.empty();
totalTerminalDifficultyOverride = Optional.empty();
return this;
}

Expand Down

0 comments on commit b085281

Please sign in to comment.