Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 123ff368f4cb0c0a9125e5450dfb806b9ec85efc
https://github.com/btcsuite/btcd/commit/123ff368f4cb0c0a9125e5450dfb806b9ec85efc
Author: David Hill <[email protected]>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M config.go
M mempool.go
M server.go
Log Message:
-----------
mempool: Create and use mempoolPolicy. (#571)
mempoolPolicy contains the values that configure the mempool policy.
This decouples the values from the internals of btcd to move closer
to a mempool package.