From b0ba2ae91c91c7e5240d87dc3c4b891d21d30ca5 Mon Sep 17 00:00:00 2001 From: Matthias Benkort <5680256+KtorZ@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:04:22 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81784007..70be10e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,9 @@ pre: "5. " - `maximumReferenceScriptsSize` which indicates the maximum total number of bytes of scripts referenced by a transaction. - `minFeeReferenceScripts` with three sub fields: `range`, `base` and `multiplier` that now intervenes in the minimum fee calculation. Note that, starting in the Conway era, the min fee calculation is given by the following formula: - $$ - minFee = A + B + C - $$ +$$ +minFee = A + B + C +$$ $$ \begin{array}{lll}