diff options
author | Marko Simovic <markobarko@gmail.com> | 2014-04-03 23:01:03 +0800 |
---|---|---|
committer | Marko Simovic <markobarko@gmail.com> | 2014-04-03 23:01:03 +0800 |
commit | da2f0e1d4a67dd25060274ac1e13118e2f1d38fa (patch) | |
tree | fed495cef7dcfebefdfd455576d1495a15914e0a /TestHelper.h | |
parent | cae6132e3547da3e0b59b3ec0d648ea102ae35b8 (diff) | |
download | dexon-solidity-da2f0e1d4a67dd25060274ac1e13118e2f1d38fa.tar dexon-solidity-da2f0e1d4a67dd25060274ac1e13118e2f1d38fa.tar.gz dexon-solidity-da2f0e1d4a67dd25060274ac1e13118e2f1d38fa.tar.bz2 dexon-solidity-da2f0e1d4a67dd25060274ac1e13118e2f1d38fa.tar.lz dexon-solidity-da2f0e1d4a67dd25060274ac1e13118e2f1d38fa.tar.xz dexon-solidity-da2f0e1d4a67dd25060274ac1e13118e2f1d38fa.tar.zst dexon-solidity-da2f0e1d4a67dd25060274ac1e13118e2f1d38fa.zip |
Added new transaction tests for checking miner fees
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h index 5860f7fa..748373ba 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -25,5 +25,6 @@ namespace eth { void mine(Client& c, int numBlocks); +void connectClients(Client& c1, Client& c2); } |