mirror of
https://github.com/embarklabs/web3.js.git
synced 2026-09-02 15:41:07 +00:00
Merge develop (#1242)
* remove duplicate line (#1086) (#1098) * Align text for unitMap (#1127) * fixing compiler errors (#1174) * Added web3j-scala to the list of Other Implementations (#1206) * Extends HttpProvider with custom http headers (#1228) * extend HttpProvider with custom http headers * reset formatting * reset formatting * reset formatting * fix null object * fix null object * Adds checksum isAddress() test cases (#1224) * fixed tests * build files
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
// solidity code code
|
||||
var source = "" +
|
||||
"pragma solidity ^0.4.6;" +
|
||||
"contract test {\n" +
|
||||
" function take(uint[] a, uint b) constant returns(uint d) {\n" +
|
||||
" return a[b];\n" +
|
||||
|
||||
Reference in New Issue
Block a user