diff options
Diffstat (limited to 'example/contract.html')
-rw-r--r-- | example/contract.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/contract.html b/example/contract.html index e39370da5..a3f0df176 100644 --- a/example/contract.html +++ b/example/contract.html @@ -20,7 +20,7 @@ // contract description, this will be autogenerated somehow var desc = [{ - "name": "multiply", + "name": "multiply(uint256)", "inputs": [ { "name": "a", |