From ac899d3ba376c8b15ad6dbe452cb75a2a5809553 Mon Sep 17 00:00:00 2001 From: Somnath Date: Mon, 18 Sep 2023 19:10:06 +0530 Subject: [PATCH] Comment --- txpool/pool_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txpool/pool_test.go b/txpool/pool_test.go index ac2ce5826..6ae617cd7 100644 --- a/txpool/pool_test.go +++ b/txpool/pool_test.go @@ -822,7 +822,7 @@ func TestBlobTxReplacement(t *testing.T) { } } - //try to replace it with required price bump to all transaction fields - should be successful only if all are bumped + // Try to replace it with required price bump (configured in pool.cfg.BlobPriceBump for blob txns) to all transaction fields - should be successful only if all are bumped { blobTxn := makeBlobTx() origTip := blobTxn.Tip @@ -832,7 +832,7 @@ func TestBlobTxReplacement(t *testing.T) { txSlots := types.TxSlots{} txSlots.Append(&blobTxn, addr[:], true) - //Get the config of the pool for BlobPriceBump and bump prices + // Get the config of the pool for BlobPriceBump and bump prices requiredPriceBump := pool.cfg.BlobPriceBump // Bump the tip only