From eb8e6b6ea97fb73ab986324b153fc173e87ffff2 Mon Sep 17 00:00:00 2001 From: dragosrebegea Date: Mon, 23 Sep 2024 17:00:55 +0300 Subject: [PATCH] MX-15032: fix comments --- config/systemSmartContractsConfig.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/systemSmartContractsConfig.go b/config/systemSmartContractsConfig.go index 4415ba41afb..ef13d808351 100644 --- a/config/systemSmartContractsConfig.go +++ b/config/systemSmartContractsConfig.go @@ -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 @@ -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