Skip to content

Commit

Permalink
[MINOR] update link to P2P spec (hyperledger#3679)
Browse files Browse the repository at this point in the history
* update link to spec

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Apr 4, 2022
1 parent 7429292 commit 92de455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- Remove the experimental flag for bonsai tries CLI options `--data-storage-format` and `--bonsai-maximum-back-layers-to-load` [#3578](https://github.com/hyperledger/besu/pull/3578)

### Deprecations
- `--tx-pool-hashes-max-size` is now deprecated and has no more effect and it will be removed in a future release.
- `--tx-pool-hashes-max-size` is now deprecated and has no more effect, and it will be removed in a future release.

### Additions and Improvements
- Tune transaction synchronization parameter to adapt to mainnet traffic [#3610](https://github.com/hyperledger/besu/pull/3610)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ public DisconnectReason getReason() {
/**
* Reasons for disconnection, modelled as specified in the wire protocol DISCONNECT message.
*
* @see <a href="https://github.com/ethereum/wiki/wiki/%C3%90%CE%9EVp2p-Wire-Protocol">ÐΞVp2p Wire
* Protocol</a>
* @see <a href="https://github.com/ethereum/devp2p/blob/master/rlpx.md#disconnect-0x01">RLPx
* Transport Protocol</a>
*/
public enum DisconnectReason {
UNKNOWN(null),
Expand Down

0 comments on commit 92de455

Please sign in to comment.