Skip to content

Commit

Permalink
Added doc-comments for ActivateAccount.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Jun 28, 2023
1 parent b1c3055 commit aa59dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/mempool/models/activate_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package models
// ActivateAccount -
type ActivateAccount struct {
//nolint
tableName struct{} `pg:"activate_account"`
tableName struct{} `pg:"activate_account" comment:"Type of the operation, activation - is used to activate accounts that were recommended allocations of tezos tokens for donations to the Tezos Foundation’s fundraiser."`
MempoolOperation
Pkh string `json:"pkh"`
Secret string `json:"secret"`
Pkh string `json:"pkh" comment:"Public key hash (Ed25519). Address to activate."`
Secret string `json:"secret" comment:"The secret key associated with the key, if available."`
}

0 comments on commit aa59dc6

Please sign in to comment.