@@ -76,11 +76,12 @@ int main( int argc, char** argv )
76
76
(" server-rpc-endpoint,s" , bpo::value<string>()->implicit_value (" ws://127.0.0.1:8090" ), " Server websocket RPC endpoint" )
77
77
(" server-rpc-user,u" , bpo::value<string>(), " Server Username" )
78
78
(" server-rpc-password,p" , bpo::value<string>(), " Server Password" )
79
- (" rpc-endpoint,r" , bpo::value<string>()->implicit_value (" 127.0.0.1:8091" ), " Endpoint for wallet websocket RPC to listen on" )
79
+ (" rpc-endpoint,r" , bpo::value<string>()->implicit_value (" 127.0.0.1:8091" ),
80
+ " Endpoint for wallet websocket RPC to listen on (DEPRECATED, use rpc-http-endpoint instead)" )
80
81
(" rpc-tls-endpoint,t" , bpo::value<string>()->implicit_value (" 127.0.0.1:8092" ), " Endpoint for wallet websocket TLS RPC to listen on" )
81
82
(" rpc-tls-certificate,c" , bpo::value<string>()->implicit_value (" server.pem" ), " PEM certificate for wallet websocket TLS RPC" )
82
83
(" rpc-http-endpoint,H" , bpo::value<string>()->implicit_value (" 127.0.0.1:8093" ),
83
- " Endpoint for wallet HTTP RPC to listen on (DEPRECATED, use rpc-endpoint instead) " )
84
+ " Endpoint for wallet HTTP and websocket RPC to listen on" )
84
85
(" daemon,d" , " Run the wallet in daemon mode" )
85
86
(" wallet-file,w" , bpo::value<string>()->implicit_value (" wallet.json" ), " wallet to load" )
86
87
(" chain-id" , bpo::value<string>(), " chain ID to connect to" )
0 commit comments