aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
authorMarko Simovic <markobarko@gmail.com>2014-04-03 23:01:03 +0800
committerMarko Simovic <markobarko@gmail.com>2014-04-03 23:01:03 +0800
commitda2f0e1d4a67dd25060274ac1e13118e2f1d38fa (patch)
treefed495cef7dcfebefdfd455576d1495a15914e0a /TestHelper.h
parentcae6132e3547da3e0b59b3ec0d648ea102ae35b8 (diff)
downloaddexon-solidity-da2f0e1d4a67dd25060274ac1e13118e2f1d38fa.tar.gz
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.h1
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);
}