mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
pass chainHeight, remove getChainHeight stub
This commit is contained in:
parent
485b4a1379
commit
fcd8b7dd16
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