diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:35:25 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-07-19 13:35:25 -0500 |
| commit | 025187e6c9206fc970b66f7459919ce0131fc612 (patch) | |
| tree | 364babe92ebb444dd2592e73789e66ba17a3f05a /tests/unit_tests/hardfork.cpp | |
| parent | 33122ab8a69843c046f9b031b4ac23ad331b10e5 (diff) | |
| parent | 207b66ecc28833f1cb211d3489df96fc42ebab28 (diff) | |
| download | monzero-core-025187e6c9206fc970b66f7459919ce0131fc612.tar.gz monzero-core-025187e6c9206fc970b66f7459919ce0131fc612.tar.xz monzero-core-025187e6c9206fc970b66f7459919ce0131fc612.zip | |
Merge pull request #3854
149da42 db_lmdb: enable batch transactions by default (stoffu)
34cb6b4 add --regtest and --fixed-difficulty for regression testing (vicsn)
9e1403e update get_info RPC and bump RPC version (vicsn)
207b66e first new functional tests (vicsn)
Diffstat (limited to 'tests/unit_tests/hardfork.cpp')
| -rw-r--r-- | tests/unit_tests/hardfork.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/hardfork.cpp b/tests/unit_tests/hardfork.cpp index 913ebe84a..c7018e72c 100644 --- a/tests/unit_tests/hardfork.cpp +++ b/tests/unit_tests/hardfork.cpp @@ -50,6 +50,7 @@ public: virtual void safesyncmode(const bool onoff) {} virtual void reset() {} virtual std::vector<std::string> get_filenames() const { return std::vector<std::string>(); } + virtual bool remove_data_file(const std::string& folder) const { return true; } virtual std::string get_db_name() const { return std::string(); } virtual bool lock() { return true; } virtual void unlock() { } |
