From e223a62e70a0a874fcf85e4b9c010741414f100e Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Mon, 1 Oct 2018 11:55:53 +0800 Subject: core: use notarySet for BA module. (#153) --- core/interfaces.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/interfaces.go') diff --git a/core/interfaces.go b/core/interfaces.go index 0319e8d..37adf36 100644 --- a/core/interfaces.go +++ b/core/interfaces.go @@ -97,6 +97,9 @@ type Governance interface { // Return the genesis CRS if round == 0. GetCRS(round uint64) []byte + // Propose a CRS of round. + ProposeCRS(round uint64, crs []byte) + // GetNodeSet returns the node set at a given round. // Return the genesis node set if round == 0. GetNodeSet(round uint64) []crypto.PublicKey -- cgit v1.2.3