mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
Merge pull request #952
wallet-rpc (en): 'restore_height' is 'integer' not 'long'
This commit is contained in:
commit
7ec6c7ffea
1 changed files with 1 additions and 1 deletions
|
@ -2596,7 +2596,7 @@ Inputs:
|
|||
* *name* - string; Name of the wallet.
|
||||
* *password* - string; Password of the wallet.
|
||||
* *seed* - string; Mnemonic phrase of the wallet to restore.
|
||||
* *restore_height* - long; (Optional) Block height to restore the wallet from (default = 0).
|
||||
* *restore_height* - integer; (Optional) Block height to restore the wallet from (default = 0).
|
||||
* *language* - string; (Optional) Language of the mnemonic phrase in case the old language is invalid.
|
||||
* *seed_offset* - string; (Optional) Offset used to derive a new seed from the given mnemonic to recover a secret wallet from the mnemonic phrase.
|
||||
* *autosave_current* - boolean; Whether to save the currently open RPC wallet before closing it (Defaults to true).
|
||||
|
|
Loading…
Reference in a new issue