diff options
Diffstat (limited to 'test/RPCSession.h')
-rw-r--r-- | test/RPCSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RPCSession.h b/test/RPCSession.h index 558cb99f..24bed7b1 100644 --- a/test/RPCSession.h +++ b/test/RPCSession.h @@ -107,7 +107,7 @@ public: Json::Value eth_getBlockByNumber(std::string const& _blockNumber, bool _fullObjects); std::string eth_call(TransactionData const& _td, std::string const& _blockNumber); TransactionReceipt eth_getTransactionReceipt(std::string const& _transactionHash); - std::string eth_sendTransaction(TransactionData const& _transactionData); + std::string eth_sendTransaction(TransactionData const& _td); std::string eth_sendTransaction(std::string const& _transaction); std::string eth_getBalance(std::string const& _address, std::string const& _blockNumber); std::string eth_getStorageRoot(std::string const& _address, std::string const& _blockNumber); |