mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 07:09:15 +01:00
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void initialize() {
|
||||
void initialize()
|
||||
{
|
||||
static const ECCVerifyHandle verify_handle;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user