"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");
"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"
"\nResult:\n"
"n (numeric) Height of the last block pruned.\n"
"\nExamples:\n"
+HelpExampleCli("pruneblockchain","1000")
+HelpExampleRpc("pruneblockchain","1000"));
if(!fPruneMode)
throwJSONRPCError(RPC_METHOD_NOT_FOUND,"Cannot prune blocks because node is not in prune mode.");