From 7078b224af3366fad9d2a1c65bf5b202b61b699a Mon Sep 17 00:00:00 2001 From: Fabian Schuh Date: Wed, 23 Jan 2019 16:27:57 +0100 Subject: [PATCH] Increase default (starting) rake --- libraries/chain/include/graphene/chain/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/chain/include/graphene/chain/config.hpp b/libraries/chain/include/graphene/chain/config.hpp index c5682203..9fb62bc7 100644 --- a/libraries/chain/include/graphene/chain/config.hpp +++ b/libraries/chain/include/graphene/chain/config.hpp @@ -179,7 +179,7 @@ #define GRAPHENE_FBA_STEALTH_DESIGNATED_ASSET (asset_id_type(743)) -#define GRAPHENE_DEFAULT_RAKE_FEE_PERCENTAGE (3*GRAPHENE_1_PERCENT) +#define GRAPHENE_DEFAULT_RAKE_FEE_PERCENTAGE (5*GRAPHENE_1_PERCENT) /** * Betting-related constants.