From 8e7cd0f69da239888838444178979213ec3ad407 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sun, 26 Apr 2020 12:44:16 +0200 Subject: [PATCH] wallet-rpc (en): 'restore_height' is 'integer' not 'long' --- _i18n/en/resources/developer-guides/wallet-rpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_i18n/en/resources/developer-guides/wallet-rpc.md b/_i18n/en/resources/developer-guides/wallet-rpc.md index 515b0c46..ee713990 100644 --- a/_i18n/en/resources/developer-guides/wallet-rpc.md +++ b/_i18n/en/resources/developer-guides/wallet-rpc.md @@ -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).