Skip to content

Commit bfce854

Browse files
committed
fix conflact
1 parent eb77958 commit bfce854

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/rawdb/accessors_chain.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ func WriteHeadFastBlockHash(db ethdb.KeyValueWriter, hash common.Hash) {
145145
}
146146
}
147147

148-
<<<<<<< HEAD
149148
// ReadFastTrieProgress retrieves the number of tries nodes fast synced to allow
150149
// reportinc correct numbers across restarts.
151150
func ReadFastTrieProgress(db ethdb.KeyValueReader) uint64 {
@@ -176,8 +175,6 @@ func WriteLastPivotNumber(db ethdb.KeyValueWriter, pivot uint64) {
176175
}
177176
}
178177

179-
=======
180-
>>>>>>> 9ea89b0e8 (fix)
181178
// ReadHeaderRLP retrieves a block header in its raw RLP database encoding.
182179
func ReadHeaderRLP(db ethdb.Reader, hash common.Hash, number uint64) rlp.RawValue {
183180
// First try to look up the data in ancient database. Extra hash

0 commit comments

Comments
 (0)