peerplays_migrated/libraries/chain/db_sidechain.cpp

11 lines
167 B
C++
Raw Normal View History

#include <graphene/chain/database.hpp>
namespace graphene { namespace chain {
void database::initialize_db_sidechain()
{
recreate_primary_wallet = false;
}
} }