Update the flow for completed signing processes

Now, an on-chain transaction exists. This resolves some ambiguities and
provides greater coordination.
This commit is contained in:
Luke Parker
2023-07-14 14:05:12 -04:00
parent 5424886d63
commit 807ec30762
6 changed files with 55 additions and 11 deletions

View File

@@ -297,6 +297,7 @@ async fn handle_block<D: Db, Pro: Processors>(
.await;
}
}
Transaction::SignCompleted(_, _, _) => todo!(),
}
TributaryDb::<D>::handle_event(&mut txn, hash, event_id);