mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-26 17:19:02 +00:00
typofix
This commit is contained in:
parent
2e3f559bf7
commit
ef15382c13
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue