Merge pull request #734 from ethcore/fixblockchainrace
Don't change best block until extras is committed.
This commit is contained in:
commit
e5f54966af
@ -504,10 +504,10 @@ impl BlockChain {
|
|||||||
batch.put_extras(hash, tx_address);
|
batch.put_extras(hash, tx_address);
|
||||||
write_txs.remove(hash);
|
write_txs.remove(hash);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// update extras database
|
// update extras database
|
||||||
self.extras_db.write(batch).unwrap();
|
self.extras_db.write(batch).unwrap();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Iterator that lists `first` and then all of `first`'s ancestors, by hash.
|
/// Iterator that lists `first` and then all of `first`'s ancestors, by hash.
|
||||||
|
Loading…
Reference in New Issue
Block a user