[bug] deadlock in handle_initial_transaction
This commit is contained in:
parent
fe613fb372
commit
f23314d925
@ -90,8 +90,7 @@ fn handle_initial_transaction(tx: Transaction, commit_msg: &CommitMessage) -> Re
|
||||
new_process.insert_concurrent_state(init_state)?;
|
||||
|
||||
// Cache the process
|
||||
let mut commitments = lock_processes()?;
|
||||
commitments.insert(
|
||||
lock_processes()?.insert(
|
||||
root_commitment,
|
||||
new_process,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user