mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-05 00:10:23 +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 alloy_sol_types::{sol, SolEvent};
|
||||||
use kinode_process_lib::eth::Log;
|
use kinode_process_lib::eth::Log;
|
||||||
use kinode_process_lib::kernel_types as kt;
|
use kinode_process_lib::kernel_types as kt;
|
||||||
|
@ -240,7 +240,6 @@ async fn handle_local_request(
|
|||||||
.prepare(method, params)
|
.prepare(method, params)
|
||||||
.await
|
.await
|
||||||
.map_err(|e| EthError::TransportError(e.to_string()))?;
|
.map_err(|e| EthError::TransportError(e.to_string()))?;
|
||||||
println!("got a normal request! ");
|
|
||||||
EthResponse::Response { value: response }
|
EthResponse::Response { value: response }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user