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 Oct 16, 2023
1 parent 8e7ce3c commit 2903f6d
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 @@ -1168,7 +1168,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 2903f6d

Please sign in to comment.