This commit is contained in:
sneurlax 2024-01-09 17:25:33 -06:00
parent 2e3f559bf7
commit ef15382c13

View file

@ -72,7 +72,7 @@ class NamecoinWallet extends Bip39HDWallet
Future<void> updateTransactions() async {
final currentChainHeight = await fetchChainHeight();
// TODO: [prio=a] switch to V2 transactions
// TODO: [prio=low] switch to V2 transactions.
final data = await fetchTransactionsV1(
addresses: await fetchAddressesForElectrumXScan(),
currentChainHeight: currentChainHeight,