We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937ea6e commit feaa1d5Copy full SHA for feaa1d5
1 file changed
database/ldb/dblock.go
@@ -435,7 +435,7 @@ func (db *LevelDb) FetchAllUnconfirmedDirBlockInfo() (dirBlockInfoMap map[string
435
if iter.Value()[len(iter.Value())-1] == 0 {
436
_, err := dBInfo.UnmarshalBinaryData(iter.Value())
437
if err != nil {
438
- return nil, err
+ return dirBlockInfoMap, err
439
}
440
dirBlockInfoMap[dBInfo.DBMerkleRoot.String()] = dBInfo
441
0 commit comments