mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
self assign fix
This commit is contained in:
parent
fcd8b7dd16
commit
b9be8a3af4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ mixin FusionWalletInterface {
|
|||
_torService = FusionTorService.sharedInstance;
|
||||
_getWalletCachedElectrumX = getWalletCachedElectrumX;
|
||||
_getTxCountForAddress = getTxCountForAddress;
|
||||
_getChainHeight = _getChainHeight;
|
||||
_getChainHeight = getChainHeight;
|
||||
}
|
||||
|
||||
/// Returns a list of all addresses in the wallet.
|
||||
|
|
Loading…
Reference in a new issue