Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 66e93f5163aa87621bdb4e4c59a800425b5b7d38
https://github.com/conformal/btcd/commit/66e93f5163aa87621bdb4e4c59a800425b5b7d38
Author: Dave Collins <[email protected]>
Date: 2014-02-16 (Sun, 16 Feb 2014)
Changed paths:
M rpcserver.go
Log Message:
-----------
Switch over to new btcjson.GetRawMempoolResult.
Rather than using a type specifically in btcd for the getrawmempool, this
commit, along with a recent commit to btcjson, changes the code over to
use the type from btcjson. This is more consistent with other RPC results
and provides a few extra benefits such as the ability for btcjson to
automatically unmarshal the results into a concrete type with proper field
types as opposed to a generic interface.