We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f92d18 commit d726f28Copy full SHA for d726f28
verify/src/method/v26.rs
@@ -74,6 +74,7 @@ pub const METHODS: &[Method] = &[
74
Method::new_nothing("ping", "ping"),
75
Method::new_nothing("setban", "set_ban"),
76
Method::new_no_model("setnetworkactive", "SetNetworkActive", "set_network_active"),
77
+ // raw transactions
78
Method::new_modelled("analyzepsbt", "AnalyzePsbt", "analyze_psbt"),
79
Method::new_nothing("combinepsbt", "combine_psbt"),
80
Method::new_nothing("combinerawtransaction", "combine_raw_transaction"),
0 commit comments