diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-06-15 18:18:00 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-07-02 18:56:33 +0800 |
commit | 334c023c7231810f28ca5ea04f14df3f722cea07 (patch) | |
tree | a64e19e9388e1ddc0381cc464cf4eceb19b4e339 /test/contracts/FixedFeeRegistrar.cpp | |
parent | a5608b31a759031377ec91300ad7a470d48bb1d2 (diff) | |
download | dexon-solidity-334c023c7231810f28ca5ea04f14df3f722cea07.tar.gz dexon-solidity-334c023c7231810f28ca5ea04f14df3f722cea07.tar.zst dexon-solidity-334c023c7231810f28ca5ea04f14df3f722cea07.zip |
Determine transaction status in RPC sessions.
Diffstat (limited to 'test/contracts/FixedFeeRegistrar.cpp')
-rw-r--r-- | test/contracts/FixedFeeRegistrar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/contracts/FixedFeeRegistrar.cpp b/test/contracts/FixedFeeRegistrar.cpp index 142f4144..630d2ab9 100644 --- a/test/contracts/FixedFeeRegistrar.cpp +++ b/test/contracts/FixedFeeRegistrar.cpp @@ -135,6 +135,7 @@ protected: s_compiledRegistrar.reset(new bytes(compileContract(registrarCode, "FixedFeeRegistrar"))); sendMessage(*s_compiledRegistrar, true); + BOOST_REQUIRE(m_transactionSuccessful); BOOST_REQUIRE(!m_output.empty()); } u256 const m_fee = u256("69000000000000000000"); |