]> Untitled Git - bdk/commitdiff
Fix build errors
authorjunderw <jonathan.underwood4649@gmail.com>
Tue, 20 Jun 2023 04:20:15 +0000 (21:20 -0700)
committerjunderw <jonathan.underwood4649@gmail.com>
Tue, 20 Jun 2023 04:20:15 +0000 (21:20 -0700)
src/wallet/mod.rs

index 60db0f1ef9a13c5eebf661d408af703cbcd67fa3..55a2ef223f4ecb6a6a96773d58828d9b7870ccc7 100644 (file)
@@ -2938,7 +2938,7 @@ pub(crate) mod test {
 
     #[test]
     fn test_create_tx_policy_path_ignored_subtree_with_csv() {
-        let (mut wallet, _) = get_funded_wallet("wsh(or_d(pk(cRjo6jqfVNP33HhSS76UhXETZsGTZYx8FMFvR9kpbtCSV1PmdZdu),or_i(and_v(v:pkh(cVpPVruEDdmutPzisEsYvtST1usBR3ntr8pXSyt6D2YYqXRyPcFW),older(30)),and_v(v:pkh(cMnkdebixpXMPfkcNEjjGin7s94hiehAH4mLbYkZoh9KSiNNmqC8),older(90)))))");
+        let (wallet, _, _) = get_funded_wallet("wsh(or_d(pk(cRjo6jqfVNP33HhSS76UhXETZsGTZYx8FMFvR9kpbtCSV1PmdZdu),or_i(and_v(v:pkh(cVpPVruEDdmutPzisEsYvtST1usBR3ntr8pXSyt6D2YYqXRyPcFW),older(30)),and_v(v:pkh(cMnkdebixpXMPfkcNEjjGin7s94hiehAH4mLbYkZoh9KSiNNmqC8),older(90)))))");
 
         let external_policy = wallet.policies(KeychainKind::External).unwrap().unwrap();
         let root_id = external_policy.id;