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

@@ -12,8 +12,8 @@
#include <cstring>
#include <locale>
#include <sstream>
#include <string>
#include <string_view>
#include <string> // IWYU pragma: export
#include <string_view> // IWYU pragma: export
#include <vector>
void ReplaceAll(std::string& in_out, const std::string& search, const std::string& substitute);