Skip to content

Commit

Permalink
Revert removed admin_prune method in interface (#8026)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored Jan 8, 2025
1 parent 2ec85dc commit 7bf2899
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ ResultWrapper<PeerInfo[]> admin_peers(
IsImplemented = false)]
ResultWrapper<bool> admin_setSolc();

[JsonRpcMethod(Description = "Runs full pruning if enabled.",
EdgeCaseHint = "",
ExampleResponse = "\"Starting\"",
IsImplemented = true)]
ResultWrapper<PruningStatus> admin_prune();

[JsonRpcMethod(Description = "True if state root for the block is available",
EdgeCaseHint = "",
ExampleResponse = "\"Starting\"",
Expand Down

0 comments on commit 7bf2899

Please sign in to comment.