Updated gitmodules, changes to allow voting on lottery fee

This commit is contained in:
Prabhjot 2019-07-30 15:01:44 -04:00
parent aa3128fe89
commit 7b98f7de16
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View file

@ -4,5 +4,5 @@
ignore = dirty ignore = dirty
[submodule "libraries/fc"] [submodule "libraries/fc"]
path = libraries/fc path = libraries/fc
url = https://github.com/PBSA/peerplays-fc.git url = https://github.com/peerplays-network/peerplays-fc.git
ignore = dirty ignore = dirty

View file

@ -661,7 +661,7 @@ FC_REFLECT( graphene::chain::benefactor, (id)(share) )
FC_REFLECT( graphene::chain::lottery_asset_options, (benefactors)(owner)(winning_tickets)(ticket_price)(end_date)(ending_on_soldout)(is_active) ) FC_REFLECT( graphene::chain::lottery_asset_options, (benefactors)(owner)(winning_tickets)(ticket_price)(end_date)(ending_on_soldout)(is_active) )
FC_REFLECT( graphene::chain::asset_create_operation::fee_parameters_type, (symbol3)(symbol4)(long_symbol)(price_per_kbyte) ) FC_REFLECT( graphene::chain::asset_create_operation::fee_parameters_type, (symbol3)(symbol4)(long_symbol)(lottery_asset)(price_per_kbyte) )
FC_REFLECT( graphene::chain::asset_global_settle_operation::fee_parameters_type, (fee) ) FC_REFLECT( graphene::chain::asset_global_settle_operation::fee_parameters_type, (fee) )
FC_REFLECT( graphene::chain::asset_settle_operation::fee_parameters_type, (fee) ) FC_REFLECT( graphene::chain::asset_settle_operation::fee_parameters_type, (fee) )
FC_REFLECT( graphene::chain::asset_settle_cancel_operation::fee_parameters_type, ) FC_REFLECT( graphene::chain::asset_settle_cancel_operation::fee_parameters_type, )

View file

@ -125,7 +125,7 @@ namespace graphene { namespace chain {
} } // graphene::chain } } // graphene::chain
FC_REFLECT( graphene::chain::parameter_extension, FC_REFLECT( graphene::chain::bet_parameter_extension,
(min_bet_multiplier) (min_bet_multiplier)
(max_bet_multiplier) (max_bet_multiplier)
(betting_rake_fee_percentage) (betting_rake_fee_percentage)