mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
fix merge conflict
This commit is contained in:
parent
35ef1746b6
commit
64367817a8
1 changed files with 0 additions and 6 deletions
|
|
@ -904,14 +904,8 @@ func (bc *BlockChain) WriteBlockWithState(block *types.Block, receipts []*types.
|
||||||
if err := WriteBlock(batch, block); err != nil {
|
if err := WriteBlock(batch, block); err != nil {
|
||||||
return NonStatTy, err
|
return NonStatTy, err
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
// @NOTE:SHYFT - Write block data for block explorer
|
// @NOTE:SHYFT - Write block data for block explorer
|
||||||
explorerBatch := bc.blockExplorerDb.NewBatch()
|
|
||||||
if err := shyftdb.WriteBlock(explorerBatch, block); err != nil {
|
|
||||||
=======
|
|
||||||
|
|
||||||
if err := shyftdb.WriteBlock(bc.blockExplorerDb, block); err != nil {
|
if err := shyftdb.WriteBlock(bc.blockExplorerDb, block); err != nil {
|
||||||
>>>>>>> f776e85... change shyftdb to point to a plain leveldb object and directoryr
|
|
||||||
return NonStatTy, err
|
return NonStatTy, err
|
||||||
}
|
}
|
||||||
shyftdb.GetBlock(bc.blockExplorerDb, block)
|
shyftdb.GetBlock(bc.blockExplorerDb, block)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue