Skip to content

Commit

Permalink
Refine the model comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Terryhung committed Aug 23, 2023
1 parent 9e6046d commit fd2e009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions model/fevm/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ type FEVMTransaction struct {
FromFilecoinAddress string `pg:",notnull"`
// Filecoin Address of the receiver.
ToFilecoinAddress string `pg:",notnull"`
// Human-readable identifier of receiver (To).
// Human-readable identifier of sender (From).
FromActorName string `pg:",notnull"`
// On-chain message triggering the message.
// Human-readable identifier of receiver (To).
ToActorName string `pg:",notnull"`
// Human-readable identifier of sender (From).
// On-chain message triggering the message.
MessageCid string `pg:",pk,notnull"`
}

Expand Down

0 comments on commit fd2e009

Please sign in to comment.