Skip to content

Commit 7cb2eae

Browse files
committed
Fix typo
1 parent bc875a2 commit 7cb2eae

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

verify/src/method/v19.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub const METHODS: &[Method] = &[
7777
Method::new_nothing("decoderawtransaction", "decode_raw_transaction"),
7878
Method::new_nothing("decodescript", "decode_script"),
7979
Method::new_nothing("finalizepsbt", "finalize_psbt"),
80-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
80+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
8181
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
8282
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
8383
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v20.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub const METHODS: &[Method] = &[
7878
Method::new_nothing("decoderawtransaction", "decode_raw_transaction"),
7979
Method::new_nothing("decodescript", "decode_script"),
8080
Method::new_nothing("finalizepsbt", "finalize_psbt"),
81-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
81+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
8282
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
8383
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
8484
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v21.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub const METHODS: &[Method] = &[
7979
Method::new_nothing("decoderawtransaction", "decode_raw_transaction"),
8080
Method::new_nothing("decodescript", "decode_script"),
8181
Method::new_nothing("finalizepsbt", "finalize_psbt"),
82-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
82+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
8383
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
8484
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
8585
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v22.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub const METHODS: &[Method] = &[
7979
Method::new_nothing("decoderawtransaction", "decode_raw_transaction"),
8080
Method::new_nothing("decodescript", "decode_script"),
8181
Method::new_nothing("finalizepsbt", "finalize_psbt"),
82-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
82+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
8383
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
8484
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
8585
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v23.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub const METHODS: &[Method] = &[
7777
Method::new_nothing("decoderawtransaction", "decode_raw_transaction"),
7878
Method::new_nothing("decodescript", "decode_script"),
7979
Method::new_nothing("finalizepsbt", "finalize_psbt"),
80-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
80+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
8181
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
8282
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
8383
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v24.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub const METHODS: &[Method] = &[
7878
Method::new_nothing("decoderawtransaction", "decode_raw_transaction"),
7979
Method::new_nothing("decodescript", "decode_script"),
8080
Method::new_nothing("finalizepsbt", "finalize_psbt"),
81-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
81+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
8282
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
8383
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
8484
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v25.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub const METHODS: &[Method] = &[
7979
Method::new_nothing("decoderawtransaction", "decode_raw_transaction"),
8080
Method::new_nothing("decodescript", "decode_script"),
8181
Method::new_nothing("finalizepsbt", "finalize_psbt"),
82-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
82+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
8383
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
8484
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
8585
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v26.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pub const METHODS: &[Method] = &[
8585
Method::new_nothing("decodescript", "decode_script"),
8686
Method::new_modelled("descriptorprocesspsbt", "DescriptorProcessPsbt", "descriptor_process_psbt"),
8787
Method::new_nothing("finalizepsbt", "finalize_psbt"),
88-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
88+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
8989
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
9090
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
9191
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v27.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub const METHODS: &[Method] = &[
8888
Method::new_nothing("decodescript", "decode_script"),
8989
Method::new_modelled("descriptorprocesspsbt", "DescriptorProcessPsbt", "descriptor_process_psbt"),
9090
Method::new_nothing("finalizepsbt", "finalize_psbt"),
91-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
91+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
9292
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
9393
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
9494
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

verify/src/method/v28.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub const METHODS: &[Method] = &[
8888
Method::new_nothing("decodescript", "decode_script"),
8989
Method::new_modelled("descriptorprocesspsbt", "DescriptorProcessPsbt", "descriptor_process_psbt"),
9090
Method::new_nothing("finalizepsbt", "finalize_psbt"),
91-
Method::new_nothing("fundrawtransaction", "fund_raw_transaciton"),
91+
Method::new_nothing("fundrawtransaction", "fund_raw_transaction"),
9292
Method::new_nothing("getrawtransaction", "get_raw_transaction"),
9393
Method::new_modelled("joinpsbts", "JoinPsbts", "join_psbts"),
9494
Method::new_modelled("sendrawtransaction", "SendRawTransaction", "send_raw_transaction"),

0 commit comments

Comments
 (0)