mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
Upsert remote txs in DLC Wallet (#3150)
This commit is contained in:
parent
13409d29c3
commit
880c8898da
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ abstract class DLCWallet
|
|||
_ = logger.debug(
|
||||
s"CET Signatures for tempContractId ${accept.tempContractId.hex} were valid, adding to database")
|
||||
|
||||
_ <- remoteTxDAO.createAll(acceptPrevTxs)
|
||||
_ <- remoteTxDAO.upsertAll(acceptPrevTxs)
|
||||
_ <- dlcInputsDAO.createAll(acceptInputs)
|
||||
_ <- dlcSigsDAO.createAll(sigsDbs)
|
||||
_ <- dlcRefundSigDAO.upsert(refundSigsDb)
|
||||
|
|
Loading…
Add table
Reference in a new issue