We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is_coin_base
is_coinbase
rust-bitcoin v0.31.1 has deprecated is_coin_base and renamed to is_coinbase in rust-bitcoin/rust-bitcoin#1796.
rust-bitcoin
The functionality seems the same.
We are using the deprecated one in
bdk/crates/chain/src/tx_graph.rs
Lines 260 to 262 in 3569acc
bdk/crates/bdk/src/wallet/mod.rs
Line 1695 in 3569acc
The text was updated successfully, but these errors were encountered:
Good suggestion!
Sorry, something went wrong.
A small change but I think we should push to 2.0 milestone.
Done in #1177
No branches or pull requests
rust-bitcoin
v0.31.1 has deprecatedis_coin_base
and renamed tois_coinbase
in rust-bitcoin/rust-bitcoin#1796.The functionality seems the same.
We are using the deprecated one in
bdk/crates/chain/src/tx_graph.rs
Lines 260 to 262 in 3569acc
bdk/crates/bdk/src/wallet/mod.rs
Line 1695 in 3569acc
The text was updated successfully, but these errors were encountered: