mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
trivial: Fix typo in import electrum wallet help (#5406)
Removes extra 's' after import
This commit is contained in:
parent
78bf7221ca
commit
5160db89bf
@ -620,7 +620,7 @@ UniValue importwallet(const JSONRPCRequest& request)
|
||||
|
||||
UniValue importelectrumwallet(const JSONRPCRequest& request)
|
||||
{
|
||||
RPCHelpMan{"importselectrumwallet",
|
||||
RPCHelpMan{"importelectrumwallet",
|
||||
"\nImports keys from an Electrum wallet export file (.csv or .json)\n",
|
||||
{
|
||||
{"filename", RPCArg::Type::STR, RPCArg::Optional::NO, "The Electrum wallet export file, should be in csv or json format"},
|
||||
|
Loading…
Reference in New Issue
Block a user