Gavin Andresen
|
93a18a3650
|
Remove CWalletTx::vfSpent
Use the spent outpoint multimap to figure out which wallet transaction
outputs are unspent, instead of a vfSpent array that is saved
to disk.
|
2014-02-26 11:53:51 -05:00 |
|
Gavin Andresen
|
4d707d5120
|
Add verbose boolean to getrawmempool
Also changes mempool to store CTxMemPoolEntries
to keep track of when they enter/exit the pool.
|
2013-11-30 15:42:10 +10:00 |
|
Pieter Wuille
|
a0fa20a12b
|
Move CCoins-related logic to coins.{cpp.h}
|
2013-11-10 19:37:56 +01:00 |
|
Gavin Andresen
|
319b11607f
|
Refactor: CTxMempool class to its own txmempool.{cpp,h}
|
2013-11-04 11:27:02 +10:00 |
|