mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Fixed account info wallet cli call example (#2011)
This commit is contained in:
parent
b2c177d16a
commit
0c5b3f5f64
1 changed files with 11 additions and 1 deletions
|
@ -149,7 +149,17 @@ all wallet commands:
|
||||||
To display a list of created accounts in the wallet, use the 'account' command with no flags:
|
To display a list of created accounts in the wallet, use the 'account' command with no flags:
|
||||||
|
|
||||||
```
|
```
|
||||||
[host]$ grin wallet -a my_account info
|
[host]$ grin wallet account
|
||||||
|
```
|
||||||
|
This will print out the following.
|
||||||
|
```sh
|
||||||
|
____ Wallet Accounts ____
|
||||||
|
|
||||||
|
Name | Parent BIP-32 Derivation Path
|
||||||
|
------------+-------------------------------
|
||||||
|
default | m/0/0
|
||||||
|
my_account | m/1/0
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### info
|
### info
|
||||||
|
|
Loading…
Reference in a new issue