You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cast): use pretty JSON for txpool commands (#12099)
Previously txpool commands used Debug formatting which output Rust-style
syntax. Now all txpool commands (content, content-from, inspect, status)
serialize responses using serde_json::to_string_pretty for consistent,
readable JSON output.
0 commit comments