Skip to content

Commit

Permalink
Capitalize L
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Pandaz committed Jan 17, 2025
1 parent baabcf9 commit 47159cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stack/transactions/fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ gas price multiplier.
weighted_gas_price = 16*base_fee_scalar*base_fee + blob_base_fee_scalar*blob_base_fee
```

The l1 data fee is then:
The L1 data fee is then:

```python
l1_data_fee = tx_compressed_size * weighted_gas_price
Expand Down

0 comments on commit 47159cf

Please sign in to comment.