Skip to content

Commit

Permalink
fix createwallet seed param
Browse files Browse the repository at this point in the history
  • Loading branch information
alex v committed Sep 14, 2024
1 parent fe92d25 commit 6ea2420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "createwallet", 6, "load_on_startup"},
{ "createwallet", 7, "external_signer"},
{ "createwallet", 8, "blsct"},
{ "createwallet", 9, "seed"},
{ "restorewallet", 2, "load_on_startup"},
{ "loadwallet", 1, "load_on_startup"},
{ "unloadwallet", 1, "load_on_startup"},
Expand Down

0 comments on commit 6ea2420

Please sign in to comment.