mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
test: Throw error when -signetchallenge is non-hex
This commit is contained in:
parent
25202cace9
commit
fa6b11a556
5 changed files with 22 additions and 23 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue