• Jeffrey Wilcke's avatar
    core, miner: added queued write to WriteBlock · d8fe64ac
    Jeffrey Wilcke authored
    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.
    d8fe64ac
Name
Last commit
Last update
..
agent.go Loading commit data...
miner.go Loading commit data...
remote_agent.go Loading commit data...
worker.go Loading commit data...