Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 5f8dbab47a1c8bed5b258775def83a03c94eb5b4
https://github.com/btcsuite/btcd/commit/5f8dbab47a1c8bed5b258775def83a03c94eb5b4
Author: David Hill <[email protected]>
Date: 2015-05-12 (Tue, 12 May 2015)
Changed paths:
M blockmanager.go
M config.go
M doc.go
M mempool.go
M sample-btcd.conf
Log Message:
-----------
Add new option -maxorphantx
The option -maxorphantx allows the user to specify the number of
orphan transactions to keep in memory.
Also, lower the default max orphan count from 10000 to 1000.