added missing comma in operations.hpp, small changes to config.hpp
This commit is contained in:
parent
3db62bbe46
commit
7044e5c782
2 changed files with 3 additions and 3 deletions
|
|
@ -228,6 +228,6 @@
|
||||||
#define TOURNAMENT_MAX_START_DELAY (60*60*24*7) // 1 week
|
#define TOURNAMENT_MAX_START_DELAY (60*60*24*7) // 1 week
|
||||||
|
|
||||||
#define SWEEPS_DEFAULT_DISTRIBUTION_PERCENTAGE (2*GRAPHENE_1_PERCENT)
|
#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_VESTING_BALANCE_MULTIPLIER 100000000
|
||||||
#define SWEEPS_ACCUMULATOR_ACCOUNT account_id_type(0)
|
#define SWEEPS_ACCUMULATOR_ACCOUNT (graphene::chain::account_id_type(0))
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@ namespace graphene { namespace chain {
|
||||||
sport_delete_operation,
|
sport_delete_operation,
|
||||||
event_group_delete_operation,
|
event_group_delete_operation,
|
||||||
affiliate_payout_operation, // VIRTUAL
|
affiliate_payout_operation, // VIRTUAL
|
||||||
affiliate_referral_payout_operation // VIRTUAL
|
affiliate_referral_payout_operation, // VIRTUAL
|
||||||
ticket_purchase_operation,
|
ticket_purchase_operation,
|
||||||
lottery_reward_operation,
|
lottery_reward_operation,
|
||||||
lottery_end_operation,
|
lottery_end_operation,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue