dcrd/mempool
Dave Collins dd0eef925f
mempool: Update comments for dust calcs.
This updates the comments in the isDust function to match the current
default relay fee of 1e5, correct tx size values, and make them
more consistent with the field order.  It's nice to have the most recent
values as a reference in the comments.

Also, while here, add a couple of tests just below and above the dust
point for the current default relay fee.
2017-07-25 15:33:01 -05:00
..
error.go mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00
log.go mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00
mempool_test.go mempool: Add basic test harness infrastructure. 2017-07-20 21:11:38 -05:00
mempool.go config: new flags to accept/reject non-std txns. 2017-07-21 13:51:47 -05:00
policy_test.go mempool: Update comments for dust calcs. 2017-07-25 15:33:01 -05:00
policy.go mempool: Update comments for dust calcs. 2017-07-25 15:33:01 -05:00
README.md multi: Update markdown in README files to match change in github parser. 2017-05-26 12:06:19 -04:00

mempool

Build Status ISC License GoDoc

Overview

This package is currently a work in progress.

Installation and Updating

$ go get -u github.com/decred/dcrd/mempool

License

Package mempool is licensed under the copyfree ISC License.