Unverified Commit 229f246c authored by yann300's avatar yann300 Committed by GitHub

Fix standard

parent ac3dd886
...@@ -129,7 +129,7 @@ var records = `{ ...@@ -129,7 +129,7 @@ var records = `{
"to": "created{1512830015080}", "to": "created{1512830015080}",
"abi": "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec", "abi": "0xc41589e7559804ea4a2080dad19d876a024ccb05117835447d72ce08c1d020ec",
"name": "set", "name": "set",
"inputs": "(uint256,address)" "inputs": "(uint256,address)",
"type": "function", "type": "function",
"from": "account{0}" "from": "account{0}"
} }
...@@ -247,7 +247,7 @@ var scenario = { ...@@ -247,7 +247,7 @@ var scenario = {
'linkReferences': {}, 'linkReferences': {},
'name': '', 'name': '',
'type': 'constructor', 'type': 'constructor',
'inputs': '(uint256)' 'inputs': '(uint256)',
'from': 'account{0}' 'from': 'account{0}'
} }
}, },
...@@ -261,7 +261,7 @@ var scenario = { ...@@ -261,7 +261,7 @@ var scenario = {
'to': 'created{1512912691086}', 'to': 'created{1512912691086}',
'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798', 'abi': '0x54a8c0ab653c15bfb48b47fd011ba2b9617af01cb45cab344acd57c924d56798',
'name': 'set', 'name': 'set',
'inputs': '(uint256)' 'inputs': '(uint256)',
'type': 'function', 'type': 'function',
'from': 'account{0}' 'from': 'account{0}'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment