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
"1. \"height\" (numeric, required) The block height to prune up to. May be set to a discrete height, or to a unix timestamp to prune based on block time.\n");
823
+
"1. \"height\" (numeric, required) The block height to prune up to. May be set to a discrete height, or to a unix timestamp to prune based on block time.\n"
824
+
"\nResult:\n"
825
+
"n (numeric) Height of the last block pruned.\n"
826
+
"\nExamples:\n"
827
+
+ HelpExampleCli("pruneblockchain", "1000")
828
+
+ HelpExampleRpc("pruneblockchain", "1000"));
824
829
825
830
if (!fPruneMode)
826
831
throwJSONRPCError(RPC_METHOD_NOT_FOUND, "Cannot prune blocks because node is not in prune mode.");
0 commit comments