Skip to content

Commit a98143a

Browse files
Merge rust-bitcoin/corepc#208: Fix typo
7cb2eae2d5b678d4fed3d729497aeb98bd731bef Fix typo (Jamil Lambert, PhD) Pull request description: There was a typo in verify, found when renaming the macros using this list. To be honest I think I stared at it for an age before I saw the typo, the compiler was complaining but the macro was there! or so I thought. NB. The typo was only caught because it was introduced in v19, typos that are consistent through all versions won't be caught by the recent macro renaming. ACKs for top commit: tcharding: ACK 7cb2eae2d5b678d4fed3d729497aeb98bd731bef Tree-SHA512: 6ec5d3ca79415550cba2e6e41d7e905be023f108d972644b042c2ff6b8df195849e93e83e053f717d0ad1416458cd04b4582e108ff903c7b9b453f7e85006356
2 parents 4c5cdab + 3e213f4 commit a98143a

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)