moving get_funded_wallet out of the test section to make it available for bdk-reserves

This commit is contained in:
Richard Ulrich
2021-07-29 11:11:16 +02:00
committed by Steve Myers
parent 38d1d0b0e2
commit fa013aeb83
3 changed files with 55 additions and 55 deletions

View File

@@ -115,8 +115,8 @@ mod test {
use std::sync::Arc;
use super::*;
use crate::wallet::test::{get_funded_wallet, get_test_wpkh};
use crate::wallet::AddressIndex::New;
use crate::wallet::{get_funded_wallet, test::get_test_wpkh};
#[derive(Debug)]
struct TestValidator;