Skip to content

Commit ac013a5

Browse files
committed
address comment
1 parent bc39aba commit ac013a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/components/CelestiaGasEstimator.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ const headerFeePerYearTIA = computed(
10241024
// ===== DATA COSTS =====
10251025
// Each data submission may have multiple blobs (chunks), each is a separate PFB
10261026
const dataFixedGasPerSubmission = computed(
1027-
() => Math.max(1, dataBlobCount.value) * GAS_PARAMS.fixedCost,
1027+
() => dataBlobCount.value * GAS_PARAMS.fixedCost,
10281028
);
10291029
10301030
const dataRecurringGasPerSubmission = computed(

0 commit comments

Comments
 (0)