Skip to content

Commit

Permalink
alias former engine port parameter (#3958)
Browse files Browse the repository at this point in the history
* alias former engine port parameter

Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte authored Jun 10, 2022
1 parent a5dd7b8 commit c3a222a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Support `finalized` and `safe` as tags for the block parameter in RPC APIs [#3950](https://github.com/hyperledger/besu/pull/3950)

### Bug Fixes
- alias engine-rpc-port parameter with the former rpc param name [#3958](https://github.com/hyperledger/besu/pull/3958)

## 22.4.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ static class EngineRPCOptionGroup {
private final Boolean deprecatedIsEngineRpcEnabled = false;

@Option(
names = {"--engine-rpc-port"},
names = {"--engine-rpc-port", "--engine-rpc-http-port"},
paramLabel = MANDATORY_PORT_FORMAT_HELP,
description = "Port to provide consensus client APIS on (default: ${DEFAULT-VALUE})",
arity = "1")
Expand Down

0 comments on commit c3a222a

Please sign in to comment.