OpenBazaar / openbazaar-desktop

OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
MIT License
647 stars 186 forks source link

Only Count Unique Incoming TXs #1856

Closed jjeffryes closed 4 years ago

jjeffryes commented 4 years ago

In the wallet, we are double-counting txs that come in through the wallet socket message, because it sends one message for UNCONFIRMED and a second one for PENDING, which will show a "X new transactions Refresh" popup with a total of 2x the number of new transactions.

This tweak will only count each tx once instead.

jjeffryes commented 4 years ago

@rmisio I know you're on vacation, I added you as a reviewer just to make sure you were aware of this when you get back.