Skip to content

Commit

Permalink
MX-15032: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-rebegea committed Sep 23, 2024
1 parent 5eee09b commit eb8e6b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/systemSmartContractsConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ type ESDTSystemSCConfig struct {
}

// GovernanceSystemSCConfigV1 holds the initial set of values that were used to initialise the
//
// governance system smart contract at genesis time
// governance system smart contract at genesis time
type GovernanceSystemSCConfigV1 struct {
NumNodes int64
ProposalCost string
Expand All @@ -43,8 +42,7 @@ type GovernanceSystemSCConfigV1 struct {
}

// GovernanceSystemSCConfigActive defines the set of configuration values used by the governance
//
// system smart contract once it activates
// system smart contract once it activates
type GovernanceSystemSCConfigActive struct {
ProposalCost string
LostProposalFee string
Expand Down

0 comments on commit eb8e6b6

Please sign in to comment.