Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
  • Loading branch information
matthew1001 committed Jul 4, 2023
1 parent 6af875f commit d7116d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d7116d4

Please sign in to comment.