fcoin/lib/mempool
Nodar Chkuaselidze 32cba1bf4a
mempool: reflect spent coins in mempool coinview.
Currently coinview does not account for spent coins in the mempool,
This does not create problems because we have additional checks in
right places which detect double spends, but technically
coinview should help you detect double spent in the mempool as well.
This way it will be compatible with chain.getCoinView.

getSpentView will still return all outputs that are available
in the mempool. (This could also return spentView from indexers if
available, this method is used by `signrawtransaction`.)
2018-11-25 23:32:13 +04:00
..
fees.js multi: fix lint warnings 2018-08-13 17:30:30 +05:30
index.js refactor: module index. 2017-06-27 09:28:18 -07:00
layout.js bdb: upgrade bdb usage for keys. 2018-08-10 16:24:10 -07:00
mempool.js mempool: reflect spent coins in mempool coinview. 2018-11-25 23:32:13 +04:00
mempoolentry.js refactor: switch to bio module. 2018-03-29 21:56:48 -07:00