Skip to content

Commit

Permalink
trace timestamp fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aratz-lasa committed Sep 14, 2022
1 parent e6d8b90 commit ab3e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func (rs *DefaultRelay) SubmitBlock(ctx context.Context, submitBlockRequest *typ
ProposerFeeRecipient: payload.Payload.Data.FeeRecipient,
Value: payload.Trace.Message.Value,
},
Timestamp: uint64(time.Now().UnixMicro()),
Timestamp: payload.Payload.Data.Timestamp,
},
}

Expand Down

0 comments on commit ab3e8ce

Please sign in to comment.