Skip to content

Commit 2a9fd0a

Browse files
ischasnyLexLuthr
andauthored
Update mpoolmonitor.go
Co-authored-by: LexLuthr <[email protected]>
1 parent d4e9939 commit 2a9fd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpoolmonitor/mpoolmonitor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func (mm *MpoolMonitor) MsgExecElapsedEpochs(ctx context.Context, msgCid cid.Cid
189189
// check for nil is required as the StateSearchMsg / ChainHead sometimes return a nil pointer
190190
// without an error (TODO: investigate) that has caused panics in boost
191191
if x == nil {
192-
return found, 0, fmt.Errorf("searching message is nil")
192+
return found, 0, fmt.Errorf("Message not yet found in state store")
193193
}
194194
if err != nil {
195195
return found, 0, fmt.Errorf("searching message: %w", err)

0 commit comments

Comments
 (0)