mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Update Rust Edition to 2024 (#7766)
* #7749 Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
@@ -86,8 +86,8 @@ pub fn decode_eth1_tx_data(
|
||||
mod tests {
|
||||
use super::*;
|
||||
use types::{
|
||||
test_utils::generate_deterministic_keypair, ChainSpec, EthSpec, Keypair, MinimalEthSpec,
|
||||
Signature,
|
||||
ChainSpec, EthSpec, Keypair, MinimalEthSpec, Signature,
|
||||
test_utils::generate_deterministic_keypair,
|
||||
};
|
||||
|
||||
type E = MinimalEthSpec;
|
||||
|
||||
Reference in New Issue
Block a user