diff options
author | Gav Wood <g@ethdev.com> | 2015-06-24 21:01:36 +0800 |
---|---|---|
committer | Gav Wood <g@ethdev.com> | 2015-06-24 21:01:36 +0800 |
commit | eed8a9649611143d725cc151f0c4031f29825b7f (patch) | |
tree | 34a9e41503d9bbb9e93c9ae2a763cf19afa9799c | |
parent | eaa53d5ddc18ed83de9360adc4146f5c5ed03553 (diff) | |
parent | e4947b5619b1c210487f9365b06d3e8eefba16cc (diff) | |
download | dexon-solidity-eed8a9649611143d725cc151f0c4031f29825b7f.tar.gz dexon-solidity-eed8a9649611143d725cc151f0c4031f29825b7f.tar.zst dexon-solidity-eed8a9649611143d725cc151f0c4031f29825b7f.zip |
Merge pull request #2271 from CJentzsch/disableDag
disable dagcreation during tests
-rw-r--r-- | TestHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h index 73b560aa..1c1dfb5f 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -224,7 +224,7 @@ public: bool bigData = false; bool wallet = false; bool nonetwork = false; - bool nodag = false; + bool nodag = true; /// @} /// Get reference to options |