Create invalid_serials.json.h

This commit is contained in:
2024-10-19 20:59:07 -07:00
committed by GitHub
parent 42680ba7fb
commit b332b8ad55
+18
View File
@@ -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 <string>
std::string LoadInvalidSerials()
{
std::string str = "[]";
return str;
}
#endif //Gentarium_INVALID_SERIALS_JSON_H