mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
This commit is contained in:
parent
fb559c1170
commit
cd34038cbd
25 changed files with 111 additions and 87 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include <chainparams.h>
|
||||
#include <key_io.h>
|
||||
#include <optional.h>
|
||||
#include <test/fuzz/FuzzedDataProvider.h>
|
||||
#include <test/fuzz/fuzz.h>
|
||||
#include <test/fuzz/util.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue