Skip to content

Commit

Permalink
fix wrong method type on /addresses/txs/summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mononaut committed Oct 8, 2024
1 parent 0661cac commit 0e39040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ fn handle_request(
json_response(summary, TTL_SHORT)
}
(
&Method::GET,
&Method::POST,
Some(script_types @ &"addresses"),
Some(&"txs"),
Some(&"summary"),
Expand Down

0 comments on commit 0e39040

Please sign in to comment.