mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Call CacheUnsignedTxPieces in PSBT constructor
This commit is contained in:
parent
c32950e02b
commit
32234dfa68
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ PartiallySignedTransaction::PartiallySignedTransaction(const CMutableTransaction
|
|||
{
|
||||
inputs.resize(tx.vin.size(), PSBTInput(GetVersion()));
|
||||
outputs.resize(tx.vout.size(), PSBTOutput(GetVersion()));
|
||||
CacheUnsignedTxPieces();
|
||||
}
|
||||
|
||||
bool PartiallySignedTransaction::IsNull() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue