diff --git a/docs/api/remote-procedure-calls-wallet.md b/docs/api/remote-procedure-calls-wallet.md
index 45655dc0..ae034a45 100644
--- a/docs/api/remote-procedure-calls-wallet.md
+++ b/docs/api/remote-procedure-calls-wallet.md
@@ -196,7 +196,7 @@ _Parameter #3---blank_
| Name | Type | Presence | Description |
| ------- | ---- | -------------------- | ------------------------------------------------------------------------------------------------------------------ |
-| `blank` | bool | Optional
(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
(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_