aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-20 22:06:05 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-20 22:06:05 +0800
commit380c1522ac450fdafe9bfb8e2d2f60fdfe918745 (patch)
tree8ec905b875a77a86f279f174a32e413ebe22a25a /example
parent6a58db66f7f42a49667bcc751418256441752279 (diff)
downloadgo-tangerine-380c1522ac450fdafe9bfb8e2d2f60fdfe918745.tar.gz
go-tangerine-380c1522ac450fdafe9bfb8e2d2f60fdfe918745.tar.zst
go-tangerine-380c1522ac450fdafe9bfb8e2d2f60fdfe918745.zip
solidity methods "overloading"
Diffstat (limited to 'example')
-rw-r--r--example/contract.html2
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",