From 8b977d488bce2d9d9d29a4ddc460b1ffac44aed2 Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Thu, 4 Oct 2018 17:01:32 +0800 Subject: core: vm: implement the rest of governance contract methods --- dex/governance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex/governance.go') diff --git a/dex/governance.go b/dex/governance.go index 95109690a..5ee307b88 100644 --- a/dex/governance.go +++ b/dex/governance.go @@ -26,7 +26,7 @@ func (d *DexconGovernance) CRS(round uint64) coreCommon.Hash { } // ProposeCRS send proposals of a new CRS -func (d *DexconGovernance) ProposeCRS(round uint64, signedCRS []byte) { +func (d *DexconGovernance) ProposeCRS(signedCRS []byte) { } // NodeSet returns the current notary set. -- cgit