Skip to content

Commit c1ac72c

Browse files
committed
Remove duplicate verify methods
Two of the methods are listed twice in v27, v28 and v29. Remove the duplicates.
1 parent 889a2e3 commit c1ac72c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

verify/src/method/v27.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ pub const METHODS: &[Method] = &[
6262
),
6363
Method::new_bool("prioritisetransaction", "prioritise_transaction"),
6464
Method::new_nothing("submitblock", "submit_block"),
65-
Method::new_bool("prioritisetransaction", "prioritise_transaction"),
66-
Method::new_nothing("submitblock", "submit_block"),
6765
Method::new_nothing("submitheader", "submit_header"),
6866
// network
6967
Method::new_nothing("addnode", "add_node"),

verify/src/method/v28.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ pub const METHODS: &[Method] = &[
6262
),
6363
Method::new_bool("prioritisetransaction", "prioritise_transaction"),
6464
Method::new_nothing("submitblock", "submit_block"),
65-
Method::new_bool("prioritisetransaction", "prioritise_transaction"),
66-
Method::new_nothing("submitblock", "submit_block"),
6765
Method::new_nothing("submitheader", "submit_header"),
6866
// network
6967
Method::new_nothing("addnode", "add_node"),

verify/src/method/v29.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ pub const METHODS: &[Method] = &[
6767
),
6868
Method::new_bool("prioritisetransaction", "prioritise_transaction"),
6969
Method::new_nothing("submitblock", "submit_block"),
70-
Method::new_bool("prioritisetransaction", "prioritise_transaction"),
71-
Method::new_nothing("submitblock", "submit_block"),
7270
Method::new_nothing("submitheader", "submit_header"),
7371
// network
7472
Method::new_nothing("addnode", "add_node"),

0 commit comments

Comments
 (0)