diff --git a/lib/services/mixins/fusion_wallet_interface.dart b/lib/services/mixins/fusion_wallet_interface.dart index f1ae8d4d3..add0e94e6 100644 --- a/lib/services/mixins/fusion_wallet_interface.dart +++ b/lib/services/mixins/fusion_wallet_interface.dart @@ -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.