added missing comma in operations.hpp, small changes to config.hpp

This commit is contained in:
Prabhjot 2019-07-31 10:19:35 -04:00
parent 3db62bbe46
commit 7044e5c782
2 changed files with 3 additions and 3 deletions

View file

@ -228,6 +228,6 @@
#define TOURNAMENT_MAX_START_DELAY (60*60*24*7) // 1 week
#define SWEEPS_DEFAULT_DISTRIBUTION_PERCENTAGE (2*GRAPHENE_1_PERCENT)
#define SWEEPS_DEFAULT_DISTRIBUTION_ASSET asset_id_type(0)
#define SWEEPS_DEFAULT_DISTRIBUTION_ASSET (graphene::chain::asset_id_type(0))
#define SWEEPS_VESTING_BALANCE_MULTIPLIER 100000000
#define SWEEPS_ACCUMULATOR_ACCOUNT account_id_type(0)
#define SWEEPS_ACCUMULATOR_ACCOUNT (graphene::chain::account_id_type(0))

View file

@ -130,7 +130,7 @@ namespace graphene { namespace chain {
sport_delete_operation,
event_group_delete_operation,
affiliate_payout_operation, // VIRTUAL
affiliate_referral_payout_operation // VIRTUAL
affiliate_referral_payout_operation, // VIRTUAL
ticket_purchase_operation,
lottery_reward_operation,
lottery_end_operation,