chore(deps): 2024 edition syntax fixes (#14731)

This commit is contained in:
Emilia Hane
2025-04-24 23:34:26 +02:00
committed by GitHub
parent a3fff5cf6e
commit a7435bede0
82 changed files with 688 additions and 385 deletions

View File

@@ -41,7 +41,9 @@ async fn main() -> eyre::Result<()> {
let mut notifications = node.provider.canonical_state_stream();
// submit tx through rpc
let raw_tx = hex!("02f876820a28808477359400847735940082520894ab0840c0e43688012c1adb0f5e3fc665188f83d28a029d394a5d630544000080c080a0a044076b7e67b5deecc63f61a8d7913fab86ca365b344b5759d1fe3563b4c39ea019eab979dd000da04dfc72bb0377c092d30fd9e1cab5ae487de49586cc8b0090");
let raw_tx = hex!(
"02f876820a28808477359400847735940082520894ab0840c0e43688012c1adb0f5e3fc665188f83d28a029d394a5d630544000080c080a0a044076b7e67b5deecc63f61a8d7913fab86ca365b344b5759d1fe3563b4c39ea019eab979dd000da04dfc72bb0377c092d30fd9e1cab5ae487de49586cc8b0090"
);
let eth_api = node.rpc_registry.eth_api();