You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO in release 0.25.0, remove get_checksum_bytes and get_checksum
111
110
// TODO in release 0.25.0, consolidate calc_checksum_bytes_internal into calc_checksum_bytes
112
111
113
-
/// Compute the checksum bytes of a descriptor
114
-
#[deprecated(
115
-
since = "0.24.0",
116
-
note = "Use new `calc_checksum_bytes` function which excludes any existing checksum in the descriptor string before calculating the checksum hash bytes. See https://github.com/bitcoindevkit/bdk/pull/765."
note = "Use new `calc_checksum` function which excludes any existing checksum in the descriptor string before calculating the checksum hash. See https://github.com/bitcoindevkit/bdk/pull/765."
0 commit comments