mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-25 15:18:13 -05:00
chore(txpool): update comments about prague activation (#16185)
This commit is contained in:
@@ -706,13 +706,13 @@ impl<Client> EthTransactionValidatorBuilder<Client> {
|
||||
// cancun is activated by default
|
||||
cancun: true,
|
||||
|
||||
// prague not yet activated
|
||||
// prague is activated by default
|
||||
prague: true,
|
||||
|
||||
// osaka not yet activated
|
||||
osaka: false,
|
||||
|
||||
// max blob count is cancun by default
|
||||
// max blob count is prague by default
|
||||
max_blob_count: BlobParams::prague().max_blob_count,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user