Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: d1e493f4ee492f838a4ebb17b2183dc7ec3a530c
https://github.com/btcsuite/btcd/commit/d1e493f4ee492f838a4ebb17b2183dc7ec3a530c
Author: David Hill <[email protected]>
Date: 2016-04-07 (Thu, 07 Apr 2016)
Changed paths:
M config.go
M doc.go
M peer/peer.go
M sample-btcd.conf
M server.go
Log Message:
-----------
config: New option --blocksonly (#553)
The --blocksonly configuration option disables accepting transactions
from remote peers. It will still accept, relay, and rebroadcast
valid transactions sent via RPC or websockets.