diff options
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TestHelper.h b/TestHelper.h index 04ca95be..92745bc3 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -36,9 +36,12 @@ namespace eth { class Client; +class State; void mine(Client& c, int numBlocks); void connectClients(Client& c1, Client& c2); +void mine(State& _s, BlockChain const& _bc); +void mine(BlockInfo& _bi); } @@ -225,7 +228,5 @@ public: }; }; - - } } |