aboutsummaryrefslogtreecommitdiffstats
path: root/dex/governance.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@cobinhood.com>2018-10-04 17:01:32 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commite5916118811b81836259bdd116fcee6db1e12fa5 (patch)
tree9b3152177adad80c5eeb8af5a75c62925f1a7b04 /dex/governance.go
parentb18f0e4a8c648ac81488e0638e39199760c32c76 (diff)
downloaddexon-e5916118811b81836259bdd116fcee6db1e12fa5.tar
dexon-e5916118811b81836259bdd116fcee6db1e12fa5.tar.gz
dexon-e5916118811b81836259bdd116fcee6db1e12fa5.tar.bz2
dexon-e5916118811b81836259bdd116fcee6db1e12fa5.tar.lz
dexon-e5916118811b81836259bdd116fcee6db1e12fa5.tar.xz
dexon-e5916118811b81836259bdd116fcee6db1e12fa5.tar.zst
dexon-e5916118811b81836259bdd116fcee6db1e12fa5.zip
core: vm: implement the rest of governance contract methods
Diffstat (limited to 'dex/governance.go')
-rw-r--r--dex/governance.go2
1 files changed, 1 insertions, 1 deletions
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.