aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/governance.go
diff options
context:
space:
mode:
Diffstat (limited to 'simulation/governance.go')
-rw-r--r--simulation/governance.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/simulation/governance.go b/simulation/governance.go
index 7100d4c..42577d9 100644
--- a/simulation/governance.go
+++ b/simulation/governance.go
@@ -93,11 +93,6 @@ func (g *simGovernance) GetGenesisCRS() string {
return g.crs
}
-// GetAgreementK returns K for agreement.
-func (g *simGovernance) GetAgreementK() int {
- return g.agreementK
-}
-
// addValidator add a new validator into the simulated governance contract.
func (g *simGovernance) addValidator(vID types.ValidatorID) {
g.lock.Lock()