From b332b8ad5542dce818a149a8d307a9cf0d800161 Mon Sep 17 00:00:00 2001 From: pacificao Date: Sat, 19 Oct 2024 20:59:07 -0700 Subject: [PATCH] Create invalid_serials.json.h --- src/invalid_serials.json.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/invalid_serials.json.h diff --git a/src/invalid_serials.json.h b/src/invalid_serials.json.h new file mode 100644 index 00000000..cb012b02 --- /dev/null +++ b/src/invalid_serials.json.h @@ -0,0 +1,18 @@ +// Copyright (c) 2018 The PIVX developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + + + +#ifndef Gentarium_INVALID_SERIALS_JSON_H +#define Gentarium_INVALID_SERIALS_JSON_H + +#include + +std::string LoadInvalidSerials() +{ + std::string str = "[]"; + return str; +} + +#endif //Gentarium_INVALID_SERIALS_JSON_H