Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: a1bb291b282433035f63b17773c38fc9e0f103ff
https://github.com/btcsuite/btcd/commit/a1bb291b282433035f63b17773c38fc9e0f103ff
Author: David Hill <[email protected]>
Date: 2016-04-14 (Thu, 14 Apr 2016)
Changed paths:
M blockmanager.go
M mempool.go
M rpcserver.go
M server.go
Log Message:
-----------
mempool: Have ProcessTransaction return accepted transactions. (#547)
It is not the responsibility of mempool to relay transactions, so
return a slice of transactions accepted to the mempool due to the
passed transaction to the caller.