Split get_tx into its own trait
to make supporting verify_tx easier
This commit is contained in:
@@ -171,7 +171,6 @@ impl<D> Wallet<D>
|
||||
where
|
||||
D: BatchDatabase,
|
||||
{
|
||||
|
||||
#[deprecated = "Just use Wallet::new -- all wallets are offline now!"]
|
||||
/// Create a new "offline" wallet
|
||||
pub fn new_offline<E: IntoWalletDescriptor>(
|
||||
|
||||
Reference in New Issue
Block a user