* Extend GPO.active_sons to contain votes and all public keys * Introduce son_wallet_object
10 lines
167 B
C++
10 lines
167 B
C++
#include <graphene/chain/database.hpp>
|
|
|
|
namespace graphene { namespace chain {
|
|
|
|
void database::initialize_db_sidechain()
|
|
{
|
|
recreate_primary_wallet = false;
|
|
}
|
|
|
|
} }
|