test: Throw error when -signetchallenge is non-hex

This commit is contained in:
MarcoFalke
2023-05-25 19:24:08 +02:00
parent 25202cace9
commit fa6b11a556
5 changed files with 22 additions and 23 deletions

View File

@@ -17,8 +17,8 @@
#include <cstdint>
#include <limits>
#include <optional>
#include <string>
#include <string_view>
#include <string> // IWYU pragma: export
#include <string_view> // IWYU pragma: export
#include <system_error>
#include <type_traits>
#include <vector>