Skip to content

Commit

Permalink
Update besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Whitehead <[email protected]>
Signed-off-by: Bhanu Pulluri <[email protected]>
  • Loading branch information
pullurib and matthew1001 authored Dec 3, 2024
1 parent 1ab1526 commit 468e194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ private void handleUnstableOptions() {
.put("EVM Options", unstableEvmOptions)
.put("IPC Options", unstableIpcOptions)
.put("Chain Data Pruning Options", unstableChainPruningOptions)
.put("QBFT options", unstableQbftOptions)
.put("QBFT Options", unstableQbftOptions)
.build();

UnstableOptionsSubCommand.createUnstableOptions(commandLine, unstableOptions);
Expand Down

0 comments on commit 468e194

Please sign in to comment.