mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 07:17:56 -05:00
docs: correct Payment tx type from 0x7E to 0x2A (#19255)
This commit is contained in:
@@ -17,7 +17,7 @@ pub enum CustomPooledTransaction {
|
||||
/// A regular Optimism transaction as defined by [`OpPooledTransaction`].
|
||||
#[envelope(flatten)]
|
||||
Op(OpPooledTransaction),
|
||||
/// A [`TxPayment`] tagged with type 0x7E.
|
||||
/// A [`TxPayment`] tagged with type 0x2A (decimal 42).
|
||||
#[envelope(ty = 42)]
|
||||
Payment(Signed<TxPayment>),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user