aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
committerGav Wood <i@gavwood.com>2014-09-05 23:09:58 +0800
commit38dd3fb050cae0bc28205ecff8591fa44605efc7 (patch)
treea7a8c238e98f1ec02fe02aaf51c645bb494a27d3 /TestHelper.h
parentd0d1e91a685dda428af9dd41a3afd83424dc5775 (diff)
downloaddexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.gz
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.tar.zst
dexon-solidity-38dd3fb050cae0bc28205ecff8591fa44605efc7.zip
Project-wide reorganisation of namespaces.
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h
index 748373ba..d6924a17 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -21,10 +21,15 @@
#pragma once
+namespace dev
+{
namespace eth
{
+class Client;
+
void mine(Client& c, int numBlocks);
void connectClients(Client& c1, Client& c2);
}
+}