diff options
| author | practicalswift <[email protected]> | 2020-05-10 18:35:55 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2020-05-14 18:52:57 +0000 |
| commit | cd34038cbda4864e4770734c44b18d3e01aa2a28 (patch) | |
| tree | d08835aeb6ee0f4b11a4c827eb2150957d63dd37 /src/test/fuzz/fees.cpp | |
| parent | tests: Fill fuzzing coverage gaps for functions in util/translation.h (diff) | |
| download | discoin-cd34038cbda4864e4770734c44b18d3e01aa2a28.tar.xz discoin-cd34038cbda4864e4770734c44b18d3e01aa2a28.zip | |
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
Diffstat (limited to 'src/test/fuzz/fees.cpp')
| -rw-r--r-- | src/test/fuzz/fees.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/fuzz/fees.cpp b/src/test/fuzz/fees.cpp index f29acace2..ce8700bef 100644 --- a/src/test/fuzz/fees.cpp +++ b/src/test/fuzz/fees.cpp @@ -3,7 +3,6 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <amount.h> -#include <optional.h> #include <policy/fees.h> #include <test/fuzz/FuzzedDataProvider.h> #include <test/fuzz/fuzz.h> |