Remove duplicate mempool transactions

This commit is contained in:
Martin Boehm 2018-07-26 00:15:29 +02:00
parent 882ff1bfd5
commit d6cbe7c513

View File

@ -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