TestFramework: Use getBlockByNumber and eth_flush to get transaction confirmation

This commit is contained in:
Mathias Baumann
2019-04-04 16:39:15 +02:00
committed by Mathias Baumann
parent 58a3148ffb
commit a83e54cfd3
2 changed files with 26 additions and 0 deletions
+1
View File
@@ -247,6 +247,7 @@ private:
protected:
void sendMessage(bytes const& _data, bool _isCreation, u256 const& _value = 0);
void sendEther(Address const& _to, u256 const& _value);
void waitForTransaction(std::string const& _txHash) const;
size_t currentTimestamp();
size_t blockTimestamp(u256 _number);