give up
This commit is contained in:
@@ -75,6 +75,7 @@ pub fn handle_recevied_message(
|
||||
|
||||
let maybe_tx = {
|
||||
let mut map = pending.lock().expect("couldnt lock pending map");
|
||||
println!("trying to remove : {}", id);
|
||||
map.remove(&id)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user