Create invalid_serials.json.h
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user