dcrd/mempool
Josh Rickmar dc2168c59d mempool: Remove the hardcoded minimum ticket fee.
The minimum ticket fee is now handled the same as for all other
transactions and it as well as the relative maximum high fee threshold
can be changed using the application config.
2017-04-24 16:49:37 -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.go mempool: Remove the hardcoded minimum ticket fee. 2017-04-24 16:49:37 -05:00
policy_test.go policy: Lower default relay fee to 0.001/kB. 2017-04-24 09:40:15 -05:00
policy.go policy: Lower default relay fee to 0.001/kB. 2017-04-24 09:40:15 -05:00
README.md mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00

mempool

[Build Status] (https://travis-ci.org/decred/dcrd) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (http://godoc.org/github.com/decred/dcrd/mempool)

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.