You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\nAdds a private key (as returned by dumpprivkey) to your wallet.\n" +
90
90
HelpRequiringPassphrase(pwallet) + "\n"
91
91
92
92
"\nArguments:\n"
93
-
"1. \"pivxprivkey\" (string, required) The private key (see dumpprivkey)\n"
93
+
"1. \"privkey\" (string, required) The private key (see dumpprivkey)\n"
94
94
"2. \"label\" (string, optional, default=\"\") An optional label\n"
95
95
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
96
-
"4. fStakingAddress (boolean, optional, default=false) Whether this key refers to a (cold) staking address\n"
96
+
"4. is_staking_address (boolean, optional, default=false) Whether this key refers to a (cold) staking address\n"
97
97
"\nNote: This call can take minutes to complete if rescan is true, during that time, other rpc calls\n"
98
98
"may report that the imported key exists but related transactions are still missing, leading to temporarily incorrect/bogus balances and unspent outputs until rescan completes.\n"
"\nEncrypts a private key corresponding to 'pivxaddress'.\n" +
1125
+
"bip38encrypt \"address\"\"passphrase\"\n"
1126
+
"\nEncrypts a private key corresponding to 'address'.\n" +
1127
1127
HelpRequiringPassphrase(pwallet) + "\n"
1128
1128
1129
1129
"\nArguments:\n"
1130
-
"1. \"pivxaddress\" (string, required) The pivx address for the private key (you must hold the key already)\n"
1130
+
"1. \"address\" (string, required) The pivx address for the private key (you must hold the key already)\n"
1131
1131
"2. \"passphrase\" (string, required) The passphrase you want the private key to be encrypted with - Valid special chars: !#$%&'()*+,-./:;<=>?`{|}~ \n"
0 commit comments