diff options
| author | stoffu <stoffu@protonmail.ch> | 2018-02-16 20:04:04 +0900 |
|---|---|---|
| committer | stoffu <stoffu@protonmail.ch> | 2018-03-05 11:55:05 +0900 |
| commit | af773211cbc620a1be54f517bd60e587d58a7e93 (patch) | |
| tree | 40e747cbfc21c7182db27291fb29f9b033de2379 /tests/fuzz/cold-transaction.cpp | |
| parent | cc9a0bee04658de1a085bc9c038c4e7e4468ac7c (diff) | |
| download | monzero-core-af773211cbc620a1be54f517bd60e587d58a7e93.tar.gz monzero-core-af773211cbc620a1be54f517bd60e587d58a7e93.tar.xz monzero-core-af773211cbc620a1be54f517bd60e587d58a7e93.zip | |
Stagenet
Diffstat (limited to 'tests/fuzz/cold-transaction.cpp')
| -rw-r--r-- | tests/fuzz/cold-transaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/cold-transaction.cpp b/tests/fuzz/cold-transaction.cpp index 5879d6253..d81092c82 100644 --- a/tests/fuzz/cold-transaction.cpp +++ b/tests/fuzz/cold-transaction.cpp @@ -37,7 +37,7 @@ class ColdTransactionFuzzer: public Fuzzer { public: - ColdTransactionFuzzer(): wallet(true) {} + ColdTransactionFuzzer(): wallet(cryptonote::TESTNET) {} virtual int init(); virtual int run(const std::string &filename); |
