Commit dac93ed6 authored by Lefteris Karapetsas's avatar Lefteris Karapetsas

Natspechandler: Get function hash from transaction data

parent f54c90a0
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// solidity source code // solidity source code
var source = "" + var source = "" +
"contract test {\n" + "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" + " function multiply(uint a) returns(uint d) {\n" +
" return a * 7;\n" + " return a * 7;\n" +
" }\n" + " }\n" +
......
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