add note about why error isnt dropped
This commit is contained in:
parent
8cdc09fc08
commit
06ad14b964
@ -584,6 +584,8 @@ func (cs *ChainStore) TryFillTipSet(ts *types.TipSet) (*FullTipSet, error) {
|
|||||||
for _, b := range ts.Blocks() {
|
for _, b := range ts.Blocks() {
|
||||||
msgs, err := cs.MessagesForBlock(b)
|
msgs, err := cs.MessagesForBlock(b)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
// TODO: check for 'not found' errors, and only return nil if this
|
||||||
|
// is actually a 'not found' error
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user