[bug] unhandled error in parsing of prd update

This commit is contained in:
NicolasCantu 2025-01-30 16:04:08 +01:00
parent 04b467cc97
commit 9dc7e62f8f

View File

@ -914,7 +914,7 @@ fn handle_prd(
roles = proposal_roles;
}
relevant_process.insert_concurrent_state(new_state);
relevant_process.insert_concurrent_state(new_state)?;
let updated_process = UpdatedProcess {
commitment_tx: outpoint,