remove BETA tag on rest command line help

This commit is contained in:
Zahary Karadjov 2021-10-21 11:24:22 +03:00
parent 9e8081e405
commit 052bec1c1f
1 changed files with 3 additions and 3 deletions

View File

@ -296,18 +296,18 @@ type
name: "rpc-address" }: ValidIpAddress
restEnabled* {.
desc: "Enable the REST (BETA version) server"
desc: "Enable the REST server"
defaultValue: false
name: "rest" }: bool
restPort* {.
desc: "Port for the REST (BETA version) server"
desc: "Port for the REST server"
defaultValue: DefaultEth2RestPort
defaultValueDesc: "5052"
name: "rest-port" }: Port
restAddress* {.
desc: "Listening address of the REST (BETA version) server"
desc: "Listening address of the REST server"
defaultValue: defaultAdminListenAddress
defaultValueDesc: "127.0.0.1"
name: "rest-address" }: ValidIpAddress