mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
TestFramework: Use getBlockByNumber and eth_flush to get transaction confirmation
This commit is contained in:
committed by
Mathias Baumann
parent
58a3148ffb
commit
a83e54cfd3
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user