neoneo-go/pkg/core/mempool
Anna Shaleva 93a5c37696 core: fix bug with mempool.verifiedMap
Transaction is added to verifiedMap before OOM check, so we may have a
case when OOM occurs during tx1 pooling, but mp.containsKey(tx1)
returns `true` after this. Fixed.
2020-12-16 14:08:05 +03:00
..
feer.go core: add conflicts attribute 2020-10-29 10:57:31 +03:00
mem_pool.go core: fix bug with mempool.verifiedMap 2020-12-16 14:08:05 +03:00
mem_pool_test.go core: fix bug with mempool.verifiedMap 2020-12-16 14:08:05 +03:00
prometheus.go mempool: remove unverified transactions pool 2020-02-06 15:45:16 +03:00