This commit is contained in:
Bryan Stitt 2022-07-09 00:08:16 +00:00
parent efb651b837
commit 04f492b5e2

View File

@ -531,7 +531,7 @@ pub struct ActiveRequestHandle(Arc<Web3Connection>);
impl ActiveRequestHandle {
fn new(connection: Arc<Web3Connection>) -> Self {
// TODO: attach a unique id to this
// TODO: attach a unique id to this?
// TODO: what ordering?!
connection
.active_requests