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

Commit

Permalink
Chg blobslots
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathb1 committed Sep 15, 2023
1 parent 056b5a8 commit e5deeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txpool/txpoolcfg/txpoolcfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var DefaultConfig = Config{

MinFeeCap: 1,
AccountSlots: 16, //TODO: to choose right value (16 to be compatible with Geth)
BlobSlots: 12, // Number of blobs (not txs) allowed per account
BlobSlots: 24, // Number of blobs (not txs) allowed per account
PriceBump: 10, // Price bump percentage to replace an already existing transaction
BlobPriceBump: 100,
}
Expand Down

0 comments on commit e5deeda

Please sign in to comment.