Remove duplicate mempool transactions
This commit is contained in:
parent
882ff1bfd5
commit
d6cbe7c513
@ -183,6 +183,7 @@ func (w *Worker) GetAddress(addrID string, page int) (*Address, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
txm = UniqueTxidsInReverse(txm)
|
||||
bestheight, _, err := w.db.GetBestBlock()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Loading…
Reference in New Issue
Block a user