Skip to content

Commit c5f1106

Browse files
committed
feat: Update corepc-types to v0.11.0
- corepc-types support Bitcoind v30 which the client is defaulting to.
1 parent 685e258 commit c5f1106

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["Bitcoin Dev Kit Developers"]
1212
readme = "README.md"
1313

1414
[dependencies]
15-
corepc-types = { version = "0.10.1", features = ["default"]}
15+
corepc-types = { version = "0.11.0", features = ["default"]}
1616
jsonrpc = { version = "0.18.0", features = ["simple_http", "simple_tcp", "minreq_http", "simple_uds", "proxy"] }
1717

1818
[features]

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use corepc_types::{
1414
Block, BlockHash, Transaction, Txid,
1515
},
1616
model::{GetBlockCount, GetBlockFilter, GetRawMempool},
17-
v29::GetBlockVerboseOne,
17+
v30::GetBlockVerboseOne,
1818
};
1919
use jsonrpc::{
2020
serde,

0 commit comments

Comments
 (0)