Skip to content

Commit

Permalink
fix: remove the typo in fevm transactions model (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Terryhung authored Sep 9, 2023
1 parent 6df9b12 commit 92917ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/fevm/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type FEVMTransaction struct {
// Human-readable identifier of receiver (To).
ToActorName string `pg:",notnull"`
// On-chain message triggering the message.
MessageCid string `pg:",pk,notnull"`
MessageCid string `pg:",notnull"`
}

func (f *FEVMTransaction) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error {
Expand Down

0 comments on commit 92917ec

Please sign in to comment.