mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
Natspechandler: Get function hash from transaction data
This commit is contained in:
parent
f54c90a0ba
commit
dac93ed616
1 changed files with 1 additions and 1 deletions
|
|
@ -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" +
|
||||
|
|
|
|||
Loading…
Reference in a new issue