chore: apply same member order (#12253)

This commit is contained in:
Matthias Seitz
2024-11-01 12:11:54 +01:00
committed by GitHub
parent 2758a560c0
commit c6b740801f
13 changed files with 98 additions and 98 deletions

View File

@ -119,8 +119,8 @@ where
{
type Provider = N::Provider;
type Pool = N::Pool;
type Network = <N as RpcNodeCore>::Network;
type Evm = <N as RpcNodeCore>::Evm;
type Network = <N as RpcNodeCore>::Network;
#[inline]
fn pool(&self) -> &Self::Pool {