diff options
author | Wei-Ning Huang <w@cobinhood.com> | 2018-10-04 17:01:32 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:23:38 +0800 |
commit | 8b977d488bce2d9d9d29a4ddc460b1ffac44aed2 (patch) | |
tree | 3b5ab64a09469a8a1e955688b1cecb80e5186e1c /dex/governance.go | |
parent | 611a560ab953a8dcb73dee465a26bc110a56a1db (diff) | |
download | go-tangerine-8b977d488bce2d9d9d29a4ddc460b1ffac44aed2.tar go-tangerine-8b977d488bce2d9d9d29a4ddc460b1ffac44aed2.tar.gz go-tangerine-8b977d488bce2d9d9d29a4ddc460b1ffac44aed2.tar.bz2 go-tangerine-8b977d488bce2d9d9d29a4ddc460b1ffac44aed2.tar.lz go-tangerine-8b977d488bce2d9d9d29a4ddc460b1ffac44aed2.tar.xz go-tangerine-8b977d488bce2d9d9d29a4ddc460b1ffac44aed2.tar.zst go-tangerine-8b977d488bce2d9d9d29a4ddc460b1ffac44aed2.zip |
core: vm: implement the rest of governance contract methods
Diffstat (limited to 'dex/governance.go')
-rw-r--r-- | dex/governance.go | 2 |
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. |