Bitcoin Output/Transaction definitions

This commit is contained in:
Luke Parker
2024-09-10 03:48:06 -04:00
parent 0ccf71df1e
commit 247cc8f0cc
17 changed files with 504 additions and 299 deletions

View File

@@ -185,6 +185,8 @@ impl<D: Db, ST: SignableTransaction, P: TransactionPublisher<TransactionFor<ST>>
}
}
Response::Signature { id, signature: signed_tx } => {
let signed_tx: TransactionFor<ST> = signed_tx.into();
// Save this transaction to the database
{
let mut buf = Vec::with_capacity(256);