aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2015-04-14 04:57:57 +0800
committerwinsvega <winsvega@mail.ru>2015-04-16 21:46:40 +0800
commit721ee6519572b13ea62660cd19f481f5a9bb052f (patch)
tree7adf635af89c6d9667e8e88be43d1c0cf2f1ac25 /TestHelper.cpp
parentb040e23463041e40f98514a23a4eac7ce863fa08 (diff)
downloaddexon-solidity-721ee6519572b13ea62660cd19f481f5a9bb052f.tar.gz
dexon-solidity-721ee6519572b13ea62660cd19f481f5a9bb052f.tar.zst
dexon-solidity-721ee6519572b13ea62660cd19f481f5a9bb052f.zip
All Fields As Hex: Secret Key
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r--TestHelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp
index 882bb5a9..120a4e16 100644
--- a/TestHelper.cpp
+++ b/TestHelper.cpp
@@ -123,7 +123,7 @@ json_spirit::mObject& ImportTest::makeAllFieldsHex(json_spirit::mObject& _o)
{
static const std::string hashes[] = {"bloom" , "coinbase", "hash", "mixHash", "parentHash", "receiptTrie",
"stateRoot", "transactionsTrie", "uncleHash", "currentCoinbase",
- "previousHash", "to", "address", "caller", "origin"};
+ "previousHash", "to", "address", "caller", "origin", "secretKey"};
for (json_spirit::mObject::iterator it = _o.begin(); it != _o.end(); it++)
{