Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 1b234102147901738bb79b2edf2d803225a36d57
https://github.com/btcsuite/btcd/commit/1b234102147901738bb79b2edf2d803225a36d57
Author: David Hill <[email protected]>
Date: 2016-04-26 (Tue, 26 Apr 2016)
Changed paths:
M blockmanager.go
M server.go
Log Message:
-----------
btcd: sendheaders server support (#671)
This adds support for serving headers instead of inventory messages in
accordance with BIP0130. btcd itself does not yet make use of the
feature when receiving data.