quorum/miner
Jeffrey Wilcke d8fe64acaa core, miner: added queued write to WriteBlock
This fixes an issue with the lru cache not being available when calling
WriteBlock. WriteBlock previously always assumed to be called from the
InsertChain where the lru cache was always created prior to calling
WriteBlock. When being called from the worker this could lead in to a
nil pointer exception being thrown and causing database corruption.
2015-06-30 11:14:43 +02:00
..
agent.go core/types: make blocks immutable 2015-06-29 18:51:47 +02:00
miner.go core, miner: tx pool drops txs below ask price 2015-06-15 11:33:08 +02:00
remote_agent.go core/types: make blocks immutable 2015-06-29 18:51:47 +02:00
worker.go core, miner: added queued write to WriteBlock 2015-06-30 11:14:43 +02:00