From 940bdd613dd082dddc4cea3fbc261a5865447b70 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:51:36 +0100 Subject: [PATCH] Update fee_calculations.md --- docs/fee_calculations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fee_calculations.md b/docs/fee_calculations.md index aa35d988349..000f9a215b3 100644 --- a/docs/fee_calculations.md +++ b/docs/fee_calculations.md @@ -9,7 +9,7 @@ to include an additional cost to op codes that write new data to storage or to transactions that add new contracts to the chain. There are a number of ways we might calculate this value; we have decided to go -with a simple calculatoin based on our target storage growth and working +with a simple calculation based on our target storage growth and working backward from there. #### Pessimistic Estimate