Skip to content

Commit d726f28

Browse files
committed
Add missing raw_transaction label
The heading comment for raw_transactions was missing from verify v26. Add it.
1 parent 6f92d18 commit d726f28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

verify/src/method/v26.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ pub const METHODS: &[Method] = &[
7474
Method::new_nothing("ping", "ping"),
7575
Method::new_nothing("setban", "set_ban"),
7676
Method::new_no_model("setnetworkactive", "SetNetworkActive", "set_network_active"),
77+
// raw transactions
7778
Method::new_modelled("analyzepsbt", "AnalyzePsbt", "analyze_psbt"),
7879
Method::new_nothing("combinepsbt", "combine_psbt"),
7980
Method::new_nothing("combinerawtransaction", "combine_raw_transaction"),

0 commit comments

Comments
 (0)