From 47f8fcac6fa4ddaf37a8e6136ef911d77c7d7644 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 9 Mar 2019 14:21:12 +0000 Subject: Update Governance-Contract-Interface --- Governance-Contract-Interface.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md index bfd6ccb..e8af375 100644 --- a/Governance-Contract-Interface.md +++ b/Governance-Contract-Interface.md @@ -188,7 +188,7 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "outputs": [ { "name": "", - "type": "uint64" + "type": "uint256" } ], "payable": false, @@ -266,7 +266,7 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan "outputs": [ { "name": "", - "type": "uint64" + "type": "uint256" } ], "payable": false, @@ -1139,3 +1139,4 @@ The equivalent solidity interface can be found in the [dexon-foundation/governan + -- cgit