peerplays_migrated/libraries/chain/db_sidechain.cpp
obucinac 47eafcf6c0 Wallet recreation on new set of SONs voted in (#256)
* Extend GPO.active_sons to contain votes and all public keys

* Introduce son_wallet_object
2020-01-13 19:28:43 +05:30

10 lines
167 B
C++

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