Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Aug 12, 2024
1 parent 3433f25 commit a10f471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtg/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type UnifiedOutput struct {
Sequence uint64 `json:"sequence"`
Signers []string `json:"signers"`
SignedBy string `json:"signed_by"`
SequencerCreatedAt string `json:"created_at"`
SequencerCreatedAt time.Time `json:"created_at"`

createdAt time.Time
updatedAt time.Time
Expand Down

0 comments on commit a10f471

Please sign in to comment.