Skip to content

Commit

Permalink
Use new deserializeBtcTransactionWithInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-zack committed Sep 19, 2024
1 parent ea2d11e commit 79eb5dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ public Optional<BtcTransaction> getSvpFundTxSigned() {
}

svpFundTxSigned = safeGetFromRepository(SVP_FUND_TX_SIGNED,
data -> BridgeSerializationUtils.deserializeBtcTransaction(data, networkParameters));
data -> BridgeSerializationUtils.deserializeBtcTransactionWithInputs(data, networkParameters));
return Optional.ofNullable(svpFundTxSigned);
}

Expand Down

0 comments on commit 79eb5dd

Please sign in to comment.