diff options
author | winsvega <winsvega@mail.ru> | 2015-04-10 02:30:00 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-04-16 21:46:40 +0800 |
commit | bfa1e9b7b9e1564482baeb09e3b7385ec6139fe8 (patch) | |
tree | bdfb035eaec49ed54fbcd8f689372169ea599ec3 /transaction.cpp | |
parent | 968ebf6dbc27c1ab489ea64841246a283d985261 (diff) | |
download | dexon-solidity-bfa1e9b7b9e1564482baeb09e3b7385ec6139fe8.tar.gz dexon-solidity-bfa1e9b7b9e1564482baeb09e3b7385ec6139fe8.tar.zst dexon-solidity-bfa1e9b7b9e1564482baeb09e3b7385ec6139fe8.zip |
AllFieldsHex: State Tests
Diffstat (limited to 'transaction.cpp')
-rw-r--r-- | transaction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transaction.cpp b/transaction.cpp index b87cc37e..613d0c32 100644 --- a/transaction.cpp +++ b/transaction.cpp @@ -40,6 +40,7 @@ void doTransactionTests(json_spirit::mValue& _v, bool _fillin) { BOOST_REQUIRE(o.count("transaction") > 0); mObject tObj = o["transaction"].get_obj(); + o["transaction"] = ImportTest::makeAllFieldsHex(tObj); //Construct Rlp of the given transaction RLPStream rlpStream = createRLPStreamFromTransactionFields(tObj); |