1
0
Fork 0
forked from lthn/blockchain
blockchain/src/currency_core/genesis_acc.cpp
2025-09-25 16:38:18 +01:00

17 lines
440 B
C++

// 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
#include "generated/_genesis_acc.cpp.gen"
#else
#include "generated/_genesis_acc_tn.cpp.gen"
#endif
}