We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd296c commit b9e9e0fCopy full SHA for b9e9e0f
src/wallet/rpcdump.cpp
@@ -874,10 +874,7 @@ UniValue importmnemonic(const JSONRPCRequest& request)
874
"\nImports mnemonic\n"
875
+ HelpExampleCli("importmnemonic", "\"inflict-witness-off-property-target-faint-gather-match-outdoor-weapon-wide-mix\"")
876
);
877
-
878
879
- LogPrintf("DEBUGGER %s - NUMBER OF PARAMS %s\n", __func__, std::to_string(request.params.size()));
880
+
881
if (fPruneMode)
882
throw std::runtime_error(std::string(__func__) + ": Importing wallets is disabled in pruned mode");
883
0 commit comments