Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathb1 committed Sep 18, 2023
1 parent 87c22fb commit ac899d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions txpool/pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ac899d3

Please sign in to comment.