dcrd/internal/rpcserver
Dave Collins 737bb9e611
mempool: Associated tag with orphan txns.
This allows a caller-provided tag to be associated with orphan
transactions.  This is useful since the caller can use the tag for
purposes such as keeping track of which peers orphans were first seen
from.

Also, since a parameter is required now anyways, it associates the peer
ID with processed transactions from remote peers.
2019-11-04 11:44:51 -06:00
..
doc.go rpcserver: Add basic initial package documentation. 2019-10-24 21:37:44 -05:00
interface.go mempool: Associated tag with orphan txns. 2019-11-04 11:44:51 -06:00
log.go rpcserver: Add logging to internal package. 2019-10-24 21:37:27 -05:00
README.md rpcserver: Add basic initial package documentation. 2019-10-24 21:37:44 -05:00

rpcserver

Build Status ISC License GoDoc

Overview

This package is currently a work in progress.

License

Package rpcserver is licensed under the copyfree ISC License.