pass chainHeight, remove getChainHeight stub

This commit is contained in:
sneurlax 2023-09-28 11:18:49 -05:00 committed by julian
parent 485b4a1379
commit fcd8b7dd16

View file

@ -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.