mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-02 13:36:47 +03:00
print remove
This commit is contained in:
parent
147ab09523
commit
b2b8e5d8cc
@ -1,3 +1,4 @@
|
||||
use crate::LocalRequest;
|
||||
use alloy_sol_types::{sol, SolEvent};
|
||||
use kinode_process_lib::eth::Log;
|
||||
use kinode_process_lib::kernel_types as kt;
|
||||
|
@ -240,7 +240,6 @@ async fn handle_local_request(
|
||||
.prepare(method, params)
|
||||
.await
|
||||
.map_err(|e| EthError::TransportError(e.to_string()))?;
|
||||
println!("got a normal request! ");
|
||||
EthResponse::Response { value: response }
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user