mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 02:09:29 +01:00
Add AbstractBlockChain.removeWallet(). Resolves issue 419.
This commit is contained in:
parent
5c1063860a
commit
6a39af30c4
@ -150,6 +150,11 @@ public abstract class AbstractBlockChain {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Removes a wallet from the chain. */
|
||||||
|
public void removeWallet(Wallet wallet) {
|
||||||
|
removeListener(wallet);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds a generic {@link BlockChainListener} listener to the chain.
|
* Adds a generic {@link BlockChainListener} listener to the chain.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user