Skip to content

Commit

Permalink
undo unintentional change fixing unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Frame <jasonwframe@gmail.com>
  • Loading branch information
jframe committed Oct 12, 2021
1 parent 772a428 commit 7d3001d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void contractModeTransitionsCreatesContractModeHeaderValidators() {

final QbftConfigOptions qbftConfigOptions =
new QbftConfigOptions(
JsonUtil.objectNodeFromMap(Map.of(QbftFork.VALIDATOR_SELECTION_MODE_KEY, "0x1")));
JsonUtil.objectNodeFromMap(Map.of(QbftFork.VALIDATOR_CONTRACT_ADDRESS_KEY, "0x1")));

final List<QbftFork> forks = List.of(arbitraryFork, contractModeFork);
final StubGenesisConfigOptions genesisConfig = new StubGenesisConfigOptions();
Expand Down

0 comments on commit 7d3001d

Please sign in to comment.