| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move maxTxFee out of mempool | MarcoFalke | 2016-02-02 | 1 | -1/+1 |
| | | | | | Also, remove default values in CMerkleTx::AcceptToMemoryPool() | ||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | Only call TrimToSize once per reorg/blocks disconnect | Matt Corallo | 2015-10-13 | 1 | -1/+1 |
| | | |||||
| * | Unit test doublespends in new blocks | Gavin Andresen | 2015-07-27 | 1 | -0/+86 |
| As suggested by Greg Maxwell-- unit test to make sure a block with a double-spend in it doesn't pass validation if half of the double-spend is already in the memory pool (so full-blown transaction validation is skipped) when the block is received. | |||||