File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,9 @@ use revm::primitives::TxEnv;
9
9
/// specified in the EIPs, but this can be overridden using the
10
10
/// [`SystemTx::new_with_caller`] method.
11
11
///
12
- ///
13
- /// [`EIP-4788`]: https://eips.ethereum.org/EIPS/eip-4788
14
- /// [`EIP-7002`]: https://eips.ethereum.org/EIPS/eip-7002
15
- /// [`EIP-7251`]: https://eips.ethereum.org/EIPS/eip-7251
12
+ /// [EIP-4788]: https://eips.ethereum.org/EIPS/eip-4788
13
+ /// [EIP-7002]: https://eips.ethereum.org/EIPS/eip-7002
14
+ /// [EIP-7251]: https://eips.ethereum.org/EIPS/eip-7251
16
15
#[ derive( Debug , Clone , PartialEq , Eq ) ]
17
16
pub struct SystemTx {
18
17
/// The target address of the system call.
@@ -25,9 +24,9 @@ pub struct SystemTx {
25
24
26
25
/// The system caller as specified in [EIP-4788], [EIP-7002], and [EIP-7251].
27
26
///
28
- /// [` EIP-4788` ]: https://eips.ethereum.org/EIPS/eip-4788
29
- /// [` EIP-7002` ]: https://eips.ethereum.org/EIPS/eip-7002
30
- /// [` EIP-7251` ]: https://eips.ethereum.org/EIPS/eip-7251
27
+ /// [EIP-4788]: https://eips.ethereum.org/EIPS/eip-4788
28
+ /// [EIP-7002]: https://eips.ethereum.org/EIPS/eip-7002
29
+ /// [EIP-7251]: https://eips.ethereum.org/EIPS/eip-7251
31
30
pub const DEFAULT_SYSTEM_CALLER : Address = address ! ( "fffffffffffffffffffffffffffffffffffffffe" ) ;
32
31
33
32
impl SystemTx {
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ mod fill;
24
24
pub use fill:: { SystemTx , DEFAULT_SYSTEM_CALLER } ;
25
25
26
26
/// Helpers for Prague historical block hash [EIP-2935] system actions.
27
+ ///
28
+ /// [EIP-2935]: https://eips.ethereum.org/EIPS/eip-2935
27
29
pub mod eip2935;
28
30
29
31
/// Helpers for Cancun beacon root [EIP-4788] system actions.
You can’t perform that action at this time.
0 commit comments