Skip to content

Commit c3c5595

Browse files
committed
Clarify test comment
1 parent 2b061e4 commit c3c5595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup/fees/rollup_fee_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ func TestL1DataFeeFeynman(t *testing.T) {
4242

4343
// feePerByte = execScalar * l1BaseFee + blobScalar * l1BlobBaseFee = 10_000_000_000 + 20_000_000_000 = 30_000_000_000
4444
// l1DataFee = precision * txSize * feePerByte / precision / precision
45-
// = 1_000_000 * 10 * 30_000_000_000 / 1_000_000 / 1_000_000 = 300_000_000_000_000_000 / 1_000_000 / 1_000_000_000 = 300
45+
// = 1_000_000_000 * 10 * 30_000_000_000 / 1_000_000_000 / 1_000_000 = 300_000_000_000_000_000 / 1_000_000_000 / 1_000_000_000 = 300
46+
//TODO for now compression_ratio = precision, placeholder
4647

4748
expected := new(big.Int).SetInt64(300)
4849

0 commit comments

Comments
 (0)