Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: c01d175fde53d4c46f349eb62906c032e2c33bb1
https://github.com/btcsuite/btcd/commit/c01d175fde53d4c46f349eb62906c032e2c33bb1
Author: Olaoluwa Osuntokun <[email protected]>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M blockmanager.go
M mempool.go
M rpcserver.go
M server.go
Log Message:
-----------
Relay inv msgs now include underlying data object
* When an inv is to be sent to the server for relaying, the sender
already has access to the underlying data. So
instead of requiring the relay to look up the data by
hash, the data is now coupled in the request message.