mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 18:25:51 +00:00
WalletFiles: Getter for wallet that is managed.
This commit is contained in:
parent
c9a36647a9
commit
37525e6eb7
@ -102,6 +102,11 @@ public class WalletFiles {
|
||||
};
|
||||
}
|
||||
|
||||
/** Get the {@link Wallet} this {@link WalletFiles} is managing. */
|
||||
public Wallet getWallet() {
|
||||
return wallet;
|
||||
}
|
||||
|
||||
/**
|
||||
* The given listener will be called on the autosave thread before and after the wallet is saved to disk.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user