Merge pull request #68 from peerplays-network/5050-feeupdate
5050 fee update and compilation error fix
This commit is contained in:
commit
c4d15fa692
2 changed files with 1 additions and 2 deletions
|
|
@ -226,7 +226,7 @@ namespace graphene { namespace chain {
|
||||||
struct lottery_asset_create_operation : public base_operation
|
struct lottery_asset_create_operation : public base_operation
|
||||||
{
|
{
|
||||||
struct fee_parameters_type {
|
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.
|
uint32_t price_per_kbyte = 10; /// only required for large lottery names.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -189,7 +189,6 @@ namespace graphene { namespace chain {
|
||||||
composite_key<
|
composite_key<
|
||||||
vesting_balance_object,
|
vesting_balance_object,
|
||||||
member_offset<vesting_balance_object, asset_id_type, (size_t) (offsetof(vesting_balance_object,balance) + offsetof(asset,asset_id))>,
|
member_offset<vesting_balance_object, asset_id_type, (size_t) (offsetof(vesting_balance_object,balance) + offsetof(asset,asset_id))>,
|
||||||
member<vesting_balance_object, vesting_balance_type, &vesting_balance_object::balance_type>,
|
|
||||||
member_offset<vesting_balance_object, share_type, (size_t) (offsetof(vesting_balance_object,balance) + offsetof(asset,amount))>
|
member_offset<vesting_balance_object, share_type, (size_t) (offsetof(vesting_balance_object,balance) + offsetof(asset,amount))>
|
||||||
//member<vesting_balance_object, account_id_type, &vesting_balance_object::owner>
|
//member<vesting_balance_object, account_id_type, &vesting_balance_object::owner>
|
||||||
//member_offset<vesting_balance_object, account_id_type, (size_t) (offset_s(vesting_balance_object,owner))>
|
//member_offset<vesting_balance_object, account_id_type, (size_t) (offset_s(vesting_balance_object,owner))>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue