fix grin wallet flag -r (#2252)

This commit is contained in:
tabalt
2018-12-30 01:27:27 +08:00
committed by Ignotus Peverell
parent c332c2c7e9
commit 0f8e6bd890
+2 -2
View File
@@ -52,7 +52,7 @@ tries to contact a node at `127.0.0.1:13413`. To change this, modify the value i
you can provide the `-r` (seRver) switch to the wallet command, e.g.:
```sh
grin wallet -a "http://192.168.0.2:1341" info
grin wallet -r "http://192.168.0.2:1341" info
```
If commands that need to update from a grin node can't find one, they will generally inform you that the node couldn't be reached
@@ -455,4 +455,4 @@ Sender creates a transaction, sends it to the recipient and awaits for the reply
grin wallet send <amount> -m keybase -d <recipient>
```
Where recipient is a keybase username. If everything goes well the transaction is finalized and sent to the node for broadcasting.
Where recipient is a keybase username. If everything goes well the transaction is finalized and sent to the node for broadcasting.