mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
chore: fix incorrect hex value in comment (0x2A instead of 0x7E) (#19181)
This commit is contained in:
@@ -23,7 +23,7 @@ pub enum CustomTransaction {
|
||||
/// A regular Optimism transaction as defined by [`OpTxEnvelope`].
|
||||
#[envelope(flatten)]
|
||||
Op(OpTxEnvelope),
|
||||
/// 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