diff options
author | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-10-14 19:13:30 +0800 |
---|---|---|
committer | Marek Kotewicz <marek.kotewicz@gmail.com> | 2014-10-14 19:13:30 +0800 |
commit | 25d71c1167304f59ed9e5b845475d74ebd292362 (patch) | |
tree | b9d42694203f7cca37e6cbc1e0926c7ee68c30fb /jsonrpc.cpp | |
parent | eb72beb7c3391c4b0706c607e131e885fec48882 (diff) | |
download | dexon-solidity-25d71c1167304f59ed9e5b845475d74ebd292362.tar.gz dexon-solidity-25d71c1167304f59ed9e5b845475d74ebd292362.tar.zst dexon-solidity-25d71c1167304f59ed9e5b845475d74ebd292362.zip |
fixed jsonrpc param types
Diffstat (limited to 'jsonrpc.cpp')
-rw-r--r-- | jsonrpc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp index 3728a1a4..9ef1e42d 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -256,6 +256,7 @@ BOOST_AUTO_TEST_CASE(jsonrpc_toFixed) BOOST_AUTO_TEST_CASE(jsonrpc_transact) { cnote << "Testing jsonrpc transact..."; + web3.ethereum()->setAddress(keys[0].address()); auto receiver = KeyPair::create(); dev::eth::mine(*(web3.ethereum()), 1); |