aboutsummaryrefslogtreecommitdiffstats
path: root/core/interfaces.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/interfaces.go')
-rw-r--r--core/interfaces.go8
1 files changed, 1 insertions, 7 deletions
diff --git a/core/interfaces.go b/core/interfaces.go
index dcaa0c4..d1868a5 100644
--- a/core/interfaces.go
+++ b/core/interfaces.go
@@ -88,18 +88,12 @@ type Governance interface {
GetCRS(round uint64) common.Hash
// Propose a CRS of round.
- ProposeCRS(round uint64, crs []byte)
+ ProposeCRS(round uint64, signedCRS []byte)
// GetNodeSet returns the node set at a given round.
// Return the genesis node set if round == 0.
GetNodeSet(round uint64) []crypto.PublicKey
- // Porpose a ThresholdSignature of round.
- ProposeThresholdSignature(round uint64, signature crypto.Signature)
-
- // Get a ThresholdSignature of round.
- GetThresholdSignature(round uint64) (crypto.Signature, bool)
-
//// DKG-related methods.
// AddDKGComplaint adds a DKGComplaint.