aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/oracle_contract_abi.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/oracle_contract_abi.go')
-rw-r--r--core/vm/oracle_contract_abi.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/core/vm/oracle_contract_abi.go b/core/vm/oracle_contract_abi.go
index cd037b068..e42e9266f 100644
--- a/core/vm/oracle_contract_abi.go
+++ b/core/vm/oracle_contract_abi.go
@@ -957,10 +957,6 @@ const GovernanceABIJSON = `
"constant": false,
"inputs": [
{
- "name": "Round",
- "type": "uint256"
- },
- {
"name": "Complaint",
"type": "bytes"
}
@@ -975,10 +971,6 @@ const GovernanceABIJSON = `
"constant": false,
"inputs": [
{
- "name": "Round",
- "type": "uint256"
- },
- {
"name": "PublicKey",
"type": "bytes"
}
@@ -993,10 +985,6 @@ const GovernanceABIJSON = `
"constant": false,
"inputs": [
{
- "name": "Round",
- "type": "uint256"
- },
- {
"name": "MPKReady",
"type": "bytes"
}
@@ -1011,10 +999,6 @@ const GovernanceABIJSON = `
"constant": false,
"inputs": [
{
- "name": "Round",
- "type": "uint256"
- },
- {
"name": "Finalize",
"type": "bytes"
}