aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-01-14 00:54:09 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-01-14 00:54:09 +0800
commitdac93ed6162cbc0e97666d293a982fa90e5bed81 (patch)
tree9b0369f47eaa5739860fe19033c70f3125a8a229
parentf54c90a0bad87f3bba2e44d616292138caeba5d8 (diff)
downloaddexon-dac93ed6162cbc0e97666d293a982fa90e5bed81.tar
dexon-dac93ed6162cbc0e97666d293a982fa90e5bed81.tar.gz
dexon-dac93ed6162cbc0e97666d293a982fa90e5bed81.tar.bz2
dexon-dac93ed6162cbc0e97666d293a982fa90e5bed81.tar.lz
dexon-dac93ed6162cbc0e97666d293a982fa90e5bed81.tar.xz
dexon-dac93ed6162cbc0e97666d293a982fa90e5bed81.tar.zst
dexon-dac93ed6162cbc0e97666d293a982fa90e5bed81.zip
Natspechandler: Get function hash from transaction data
-rw-r--r--example/natspec_contract.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/natspec_contract.html b/example/natspec_contract.html
index b8e3bc617..94edda68d 100644
--- a/example/natspec_contract.html
+++ b/example/natspec_contract.html
@@ -12,7 +12,7 @@
// solidity source code
var source = "" +
"contract test {\n" +
- " /// @notice This is an awesome function for multiplication. \n" +
+ " /// @notice Will multiplty `a` by 7. \n" +
" function multiply(uint a) returns(uint d) {\n" +
" return a * 7;\n" +
" }\n" +