mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Bitcoin Output/Transaction definitions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user