mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 088604221b into merged_master (Bitcoin PR #18253)
This commit is contained in:
commit
cdeb19ce22
7 changed files with 8 additions and 6 deletions
|
|
@ -84,7 +84,7 @@ PSBTAnalysis AnalyzePSBT(PartiallySignedTransaction psbtx)
|
|||
}
|
||||
}
|
||||
|
||||
// Calculate next role for PSBT by grabbing "minumum" PSBTInput next role
|
||||
// Calculate next role for PSBT by grabbing "minimum" PSBTInput next role
|
||||
result.next = PSBTRole::EXTRACTOR;
|
||||
for (unsigned int i = 0; i < psbtx.tx->vin.size(); ++i) {
|
||||
PSBTInputAnalysis& input_analysis = result.inputs[i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue