From 0fdfe65e0e92c8ed47e14b8097aab39738b32077 Mon Sep 17 00:00:00 2001 From: Carlo van Driesten Date: Mon, 13 Jan 2020 21:24:47 +0100 Subject: [PATCH] Storage Limit * Increased storage limit to avoid payout issue for 0 balance accounts --- fee.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fee.ini b/fee.ini index 43f667a2..0d6a7779 100644 --- a/fee.ini +++ b/fee.ini @@ -2,9 +2,10 @@ fee=1792 [KTTX] -storage_limit=0 +storage_limit=257 gas_limit=15385 # The used values for gas_limit correspond to protocol Babylon 2.0.1 and allow transactions from -# implicit (tz) to implicit and implicit to manager.tz -# Payouts from a manager.tz account are not supported using these values \ No newline at end of file +# Implicit (tz) to implicit and implicit to manager.tz +# Payouts from a manager.tz account are not supported using these values +# The storage limit corresponds to the amount needed to pay the burn fee for a 0 balance tz account