fix grin wallet flag -r (#2252)
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user