Make node exit future independent of error receiver #9102
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
reth/crates/node-core/src/exit.rs
Lines 12 to 17 in 270df3e
TODO
oneshot::Receiver<Result<(), BeaconConsensusEngineError>>
with a boxed future that returnseyre::Result<()>
or result with boxed errorAdditional context
No response
The text was updated successfully, but these errors were encountered: