Skip to content

Commit

Permalink
fixup! Add PSBT::CacheUnsignedTxPieces
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed Jun 13, 2024
1 parent 6469548 commit d1839eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psbt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ uint32_t PartiallySignedTransaction::GetVersion() const

void PartiallySignedTransaction::SetupFromTx(const CMutableTransaction& tx)
{
tx_version = tx.nVersion;
tx_version = tx.version;
fallback_locktime = tx.nLockTime;

uint32_t i;
Expand Down

0 comments on commit d1839eb

Please sign in to comment.