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

@@ -43,8 +43,8 @@ impl PsbtUtils for Psbt {
mod test {
use crate::bitcoin::TxIn;
use crate::psbt::Psbt;
use crate::wallet::test::{get_funded_wallet, get_test_wpkh};
use crate::wallet::AddressIndex;
use crate::wallet::{get_funded_wallet, test::get_test_wpkh};
use crate::SignOptions;
use std::str::FromStr;