Skip to content

Commit

Permalink
psbt: Change default psbt version to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed Jun 13, 2024
1 parent caa5d36 commit 108c3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psbt.h
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ struct PartiallySignedTransaction
CMutableTransaction GetUnsignedTx() const;
uint256 GetUniqueID() const;
PartiallySignedTransaction() {}
explicit PartiallySignedTransaction(const CMutableTransaction& tx, uint32_t version = 0);
explicit PartiallySignedTransaction(const CMutableTransaction& tx, uint32_t version = 2);

template <typename Stream>
inline void Serialize(Stream& s) const {
Expand Down

0 comments on commit 108c3f4

Please sign in to comment.