We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5042682 commit 78b99ddCopy full SHA for 78b99dd
1 file changed
src/lib.rs
@@ -896,6 +896,7 @@ mod test {
896
897
use bdk_testenv::{block_id, hash, utils};
898
899
+ #[cfg(feature = "wallet")]
900
const DESCRIPTORS: [&str; 4] = [
901
"tr([5940b9b9/86'/0'/0']tpubDDVNqmq75GNPWQ9UNKfP43UwjaHU4GYfoPavojQbfpyfZp2KetWgjGBRRAy4tYCrAA6SB11mhQAkqxjh1VtQHyKwT4oYxpwLaGHvoKmtxZf/1/*)#ypcpw2dr",
902
"tr([5940b9b9/86'/0'/0']tpubDDVNqmq75GNPWQ9UNKfP43UwjaHU4GYfoPavojQbfpyfZp2KetWgjGBRRAy4tYCrAA6SB11mhQAkqxjh1VtQHyKwT4oYxpwLaGHvoKmtxZf/0/*)#44aqnlam",
@@ -2083,6 +2084,7 @@ mod test {
2083
2084
assert_eq!(changeset_read, changeset2);
2085
}
2086
2087
2088
#[test]
2089
fn wallets_missing_descriptors() {
2090
// to increase branch coverage for if-let statements
0 commit comments