From 9dc7e62f8f0d19a7b46383e1e6b4f991ed613771 Mon Sep 17 00:00:00 2001 From: NicolasCantu Date: Thu, 30 Jan 2025 16:04:08 +0100 Subject: [PATCH] [bug] unhandled error in parsing of prd update --- src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api.rs b/src/api.rs index 2a87f08..5255c84 100644 --- a/src/api.rs +++ b/src/api.rs @@ -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,