From 896ac97962a3d719f78820f884ced63e8740eeef Mon Sep 17 00:00:00 2001 From: PBSA Date: Wed, 21 Aug 2019 13:13:46 +0000 Subject: [PATCH] 5050 fee update and compilation error fix --- libraries/chain/include/graphene/chain/protocol/asset_ops.hpp | 2 +- .../chain/include/graphene/chain/vesting_balance_object.hpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/chain/include/graphene/chain/protocol/asset_ops.hpp b/libraries/chain/include/graphene/chain/protocol/asset_ops.hpp index 1d158d83..a567c5a1 100644 --- a/libraries/chain/include/graphene/chain/protocol/asset_ops.hpp +++ b/libraries/chain/include/graphene/chain/protocol/asset_ops.hpp @@ -226,7 +226,7 @@ namespace graphene { namespace chain { struct lottery_asset_create_operation : public base_operation { struct fee_parameters_type { - uint64_t lottery_asset = 5000 * GRAPHENE_BLOCKCHAIN_PRECISION; + uint64_t lottery_asset = 20 * GRAPHENE_BLOCKCHAIN_PRECISION; uint32_t price_per_kbyte = 10; /// only required for large lottery names. }; diff --git a/libraries/chain/include/graphene/chain/vesting_balance_object.hpp b/libraries/chain/include/graphene/chain/vesting_balance_object.hpp index 5ae93a4a..8dd346ed 100644 --- a/libraries/chain/include/graphene/chain/vesting_balance_object.hpp +++ b/libraries/chain/include/graphene/chain/vesting_balance_object.hpp @@ -189,7 +189,6 @@ namespace graphene { namespace chain { composite_key< vesting_balance_object, member_offset, - member, member_offset //member //member_offset