Create invalid_outpoints.json.h

This commit is contained in:
2024-10-19 20:51:00 -07:00
committed by GitHub
parent efffb03206
commit 42680ba7fb
+13
View File
@@ -0,0 +1,13 @@
#ifndef INVALID_OUTPOINTS_JSON_H
#define INVALID_OUTPOINTS_JSON_H
std::string GetInvalidOutpoints() {
return "[\n"
" {\n"
" \"txid\": \"\",\n"
" \"index\": 0\n"
" }\n"
"]";
}
#endif // INVALID_OUTPOINTS_JSON_H