diff --git a/node/pkg/ethereum/watcher.go b/node/pkg/ethereum/watcher.go index e05fcb3a..c4b9d72c 100644 --- a/node/pkg/ethereum/watcher.go +++ b/node/pkg/ethereum/watcher.go @@ -317,7 +317,7 @@ func (e *Watcher) Run(ctx context.Context) error { zap.Error(err)) continue } - if tx == nil { + if tx == nil || err == rpc.ErrNoResult { logger.Info("tx was orphaned", zap.Stringer("tx", pLock.message.TxHash), zap.Stringer("blockhash", key.BlockHash),