fix: bug where electrumx wallets don't show address on first time opening receive screen

This commit is contained in:
julian 2024-04-24 16:22:56 -06:00
parent b17b8d0b4b
commit 7070d16add

View file

@ -1690,9 +1690,6 @@ mixin ElectrumXInterface<T extends Bip39HDCurrency> on Bip39HDWallet<T> {
}
}
@override
Future<void> checkSaveInitialReceivingAddress() async {}
@override
Future<void> init() async {
try {