From 0e39040b3d0e975ca4fbe01522a08ee55cf27c9f Mon Sep 17 00:00:00 2001 From: Mononaut Date: Tue, 8 Oct 2024 16:39:39 +0000 Subject: [PATCH] fix wrong method type on /addresses/txs/summary --- src/rest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest.rs b/src/rest.rs index d144a77d..7286c502 100644 --- a/src/rest.rs +++ b/src/rest.rs @@ -1119,7 +1119,7 @@ fn handle_request( json_response(summary, TTL_SHORT) } ( - &Method::GET, + &Method::POST, Some(script_types @ &"addresses"), Some(&"txs"), Some(&"summary"),