This commit is contained in:
John Smith 2022-12-17 11:25:33 -05:00
parent 085767f7b7
commit 1f57b05708

View File

@ -93,7 +93,7 @@ where
.waiting_op_table
.remove(&op_id)
.ok_or_else(RPCError::else_internal(format!(
"Unmatched app call id, possibly too late for timeout: {}",
"Unmatched operation id: {}",
op_id
)))?
};