diff --git a/src/Nethermind/Nethermind.JsonRpc/Modules/Admin/IAdminRpcModule.cs b/src/Nethermind/Nethermind.JsonRpc/Modules/Admin/IAdminRpcModule.cs index f9a338e95db..fe1e99aedfd 100644 --- a/src/Nethermind/Nethermind.JsonRpc/Modules/Admin/IAdminRpcModule.cs +++ b/src/Nethermind/Nethermind.JsonRpc/Modules/Admin/IAdminRpcModule.cs @@ -62,6 +62,12 @@ ResultWrapper admin_peers( IsImplemented = false)] ResultWrapper admin_setSolc(); + [JsonRpcMethod(Description = "Runs full pruning if enabled.", + EdgeCaseHint = "", + ExampleResponse = "\"Starting\"", + IsImplemented = true)] + ResultWrapper admin_prune(); + [JsonRpcMethod(Description = "True if state root for the block is available", EdgeCaseHint = "", ExampleResponse = "\"Starting\"",