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}