mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move sigsegv handler to reth-cli-util crate (#9421)
This commit is contained in:
@ -15,7 +15,7 @@ compile_error!("Cannot build the `op-reth` binary with the `optimism` feature fl
|
||||
|
||||
#[cfg(feature = "optimism")]
|
||||
fn main() {
|
||||
reth::sigsegv_handler::install();
|
||||
reth_cli_util::sigsegv_handler::install();
|
||||
|
||||
// Enable backtraces unless a RUST_BACKTRACE value has already been explicitly provided.
|
||||
if std::env::var_os("RUST_BACKTRACE").is_none() {
|
||||
|
||||
Reference in New Issue
Block a user