Skip to content

Commit

Permalink
feat(Wallets.razor): add functionality to remove duplicate UTXOs to e…
Browse files Browse the repository at this point in the history
…nsure data integrity and accuracy (#334)
  • Loading branch information
Jossec101 authored Oct 31, 2023
1 parent ff59a3f commit 3cb59f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Pages/Wallets.razor
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,8 @@
}
_detailsUTXOs = await NBXplorerService.GetUTXOsAsync(derivationStrategyBase);
_detailsUTXOs.RemoveDuplicateUTXOs();
_detailsTransactions = await NBXplorerService.GetTransactionsAsync(derivationStrategyBase);
//Lets generate the 10 first addresses
Expand Down

0 comments on commit 3cb59f5

Please sign in to comment.