aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravis CI <TravisCI@dexon.org>2019-02-11 15:32:32 +0800
committerTravis CI <TravisCI@dexon.org>2019-02-11 15:32:32 +0800
commit6dd8d8f98d0a50e8a95f763823af3e0ef2f2c763 (patch)
tree609c904de5e47fed8c231a272b12bfd1b513f506
parent8583341f1b9fed9cb9caf7675f6caa1b7c3d9e6a (diff)
downloaddexon-wiki-6dd8d8f98d0a50e8a95f763823af3e0ef2f2c763.tar
dexon-wiki-6dd8d8f98d0a50e8a95f763823af3e0ef2f2c763.tar.gz
dexon-wiki-6dd8d8f98d0a50e8a95f763823af3e0ef2f2c763.tar.bz2
dexon-wiki-6dd8d8f98d0a50e8a95f763823af3e0ef2f2c763.tar.lz
dexon-wiki-6dd8d8f98d0a50e8a95f763823af3e0ef2f2c763.tar.xz
dexon-wiki-6dd8d8f98d0a50e8a95f763823af3e0ef2f2c763.tar.zst
dexon-wiki-6dd8d8f98d0a50e8a95f763823af3e0ef2f2c763.zip
Update Governance-Contract-Interface
-rw-r--r--Governance-Contract-Interface.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md
index 601b03a..3756d30 100644
--- a/Governance-Contract-Interface.md
+++ b/Governance-Contract-Interface.md
@@ -1157,7 +1157,12 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
},
{
"constant": false,
- "inputs": [],
+ "inputs": [
+ {
+ "name": "NewSignedCRS",
+ "type": "bytes"
+ }
+ ],
"name": "resetDKG",
"outputs": [],
"payable": false,
@@ -1176,3 +1181,4 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan
<!-- [[ABI AUTOGEN END]] -->
<!-- [[ABI AUTOGEN END]] -->
<!-- [[ABI AUTOGEN END]] -->
+<!-- [[ABI AUTOGEN END]] -->