Skip to content

Commit 4d52b2d

Browse files
committed
Merge #573: electrsd: fix bitcoind 23_2 feature version
ba1d7d9 electrsd: fix bitcoind feature version (satsfy (Renato Britto)) Pull request description: Seems that bitcoind feature version name should have been 23_2 because that's what shows up in bitcoind. ACKs for top commit: jamillambert: ACK ba1d7d9 Tree-SHA512: ee829a0199238de869fe73acbaf2eedf2a9b888a54fd72de491dbdec2ff1355d0146289aea995c3a496088b2473255fb219064cbb3fffcacfd2fa3e4284bcc36
2 parents 5349ed4 + ba1d7d9 commit 4d52b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

electrsd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bitcoind_27_2 = ["bitcoind/27_2"]
5454
bitcoind_26_2 = ["bitcoind/26_2"]
5555
bitcoind_25_2 = ["bitcoind/25_2"]
5656
bitcoind_24_2 = ["bitcoind/24_2"]
57-
bitcoind_23_1 = ["bitcoind/23_2"]
57+
bitcoind_23_2 = ["bitcoind/23_2"]
5858
bitcoind_22_1 = ["bitcoind/22_1"]
5959
bitcoind_0_21_2 = ["bitcoind/0_21_2"]
6060
bitcoind_0_20_2 = ["bitcoind/0_20_2"]

0 commit comments

Comments
 (0)