1
0
Fork 0
forked from lthn/blockchain
blockchain/src/currency_core/genesis_acc.cpp

18 lines
440 B
C++
Raw Normal View History

2018-12-27 18:50:45 +03:00
// Copyright (c) 2014-2018 Zano Project
// Copyright (c) 2014-2018 Zano Project
// Copyright (c) 2014-2018 The Louisdor Project
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "genesis_acc.h"
namespace currency
{
#ifndef TESTNET
2025-09-25 15:38:18 +00:00
#include "generated/_genesis_acc.cpp.gen"
#else
2025-09-25 15:38:18 +00:00
#include "generated/_genesis_acc_tn.cpp.gen"
#endif
2018-12-27 18:50:45 +03:00
}