mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
feat: use FnOnce for node hooks (#7975)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
@@ -232,8 +232,7 @@ where
|
||||
async move {
|
||||
while let Ok(notification) = canon_state_notifications.recv().await {
|
||||
handle.send_async(notification.into()).await.expect(
|
||||
"blockchain tree notification could not be sent to exex
|
||||
manager",
|
||||
"blockchain tree notification could not be sent to exex manager",
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user