diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-06-18 14:00:16 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-06-18 14:00:16 +0800 |
commit | e325f33856c8a94fa1fc5eaeab76cef774de7155 (patch) | |
tree | 49c2b02d6b221774cfed2c171656505563ffa852 /TestHelper.h | |
parent | 6c27ef73670185e5adf8f84c4bcfbf9ce860defd (diff) | |
download | dexon-solidity-e325f33856c8a94fa1fc5eaeab76cef774de7155.tar dexon-solidity-e325f33856c8a94fa1fc5eaeab76cef774de7155.tar.gz dexon-solidity-e325f33856c8a94fa1fc5eaeab76cef774de7155.tar.bz2 dexon-solidity-e325f33856c8a94fa1fc5eaeab76cef774de7155.tar.lz dexon-solidity-e325f33856c8a94fa1fc5eaeab76cef774de7155.tar.xz dexon-solidity-e325f33856c8a94fa1fc5eaeab76cef774de7155.tar.zst dexon-solidity-e325f33856c8a94fa1fc5eaeab76cef774de7155.zip |
add network flag
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TestHelper.h b/TestHelper.h index df33c00d..ab52a550 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -223,6 +223,7 @@ public: bool inputLimits = false; bool bigData = false; bool wallet = false; + bool network = false; /// @} /// Get reference to options |