Skip to content

Commit

Permalink
docs: update wallet rpc (#115)
Browse files Browse the repository at this point in the history
Minor update to createwallet
  • Loading branch information
thephez authored Sep 9, 2024
1 parent d0d9d8f commit 5ad18dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/remote-procedure-calls-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ _Parameter #3---blank_

| Name | Type | Presence | Description |
| ------- | ---- | -------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `blank` | bool | Optional<br>(0 or 1) | Create a blank wallet. A blank wallet has no keys or HD seed. Use [`upgradetohd`](#upgradetohd) to add an HD seed. |
| `blank` | bool | Optional<br>(0 or 1) | Create a blank wallet. A blank wallet has no keys or HD seed. Use [`upgradetohd`](#upgradetohd) (mnemonic) or [`sethdseed`](#sethdseed) (WIF private key) to add an HD seed. |

_Parameter #4---passphrase_

Expand Down

0 comments on commit 5ad18dc

Please sign in to comment.