From d7116d40a159b0bbd1d97e42318e147404b306ec Mon Sep 17 00:00:00 2001 From: Matthew Whitehead Date: Tue, 4 Jul 2023 14:22:01 +0100 Subject: [PATCH] Update changelog Signed-off-by: Matthew Whitehead --- CHANGELOG.md | 1 + besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a4ae5c926..70c65f31426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Use the node's configuration to determine if DNS enode URLs are allowed in calls to `admin_addPeer` and `admin_removePeer` [#5584](https://github.com/hyperledger/besu/pull/5584) - Align the implementation of Eth/68 `NewPooledTransactionHashes` to other clients, using unsigned int for encoding size. [#5640](https://github.com/hyperledger/besu/pull/5640) - Failure at startup when enabling layered txpool before initial sync done [#5636](https://github.com/hyperledger/besu/issues/5636) +- Remove miner-related option warnings when running with a POA consensus algorithm [#5669](https://github.com/hyperledger/besu/pull/5669) ### Download Links diff --git a/besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java b/besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java index b389448f7d1..6033a41b928 100644 --- a/besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java +++ b/besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java @@ -2115,7 +2115,6 @@ private GenesisConfigOptions readGenesisConfigOptions() { private void issueOptionWarnings() { - System.out.println("Spitting out option warnings"); // Check that P2P options are able to work CommandLineUtils.checkOptionDependencies( logger,