Skip to content

Commit a9bbd78

Browse files
author
Naohiro Yoshida
committed
change log
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent d1ab860 commit a9bbd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/prover.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ func (pr *Prover) buildInitialState(dstHeader core.Header) (exported.ClientState
248248
return nil, nil, err
249249
}
250250
if MilliTimestamp(target) >= lastForkSpecTime.Timestamp {
251-
return nil, nil, fmt.Errorf("target timestamp is less than the last fork spec timestamp %d, %d", lastForkSpecTime.Timestamp, MilliTimestamp(target))
251+
return nil, nil, fmt.Errorf("target timestamp must be less than the last fork spec timestamp to submit height to ELC. %d, %d ", lastForkSpecTime.Timestamp, MilliTimestamp(target))
252252
}
253253
}
254254

0 commit comments

Comments
 (0)