We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44b0f7 commit fab01b5Copy full SHA for fab01b5
src/psbt.h
@@ -237,7 +237,7 @@ struct PSBTInput
237
238
if (final_script_sig.empty() && final_script_witness.IsNull()) {
239
// Write any partial signatures
240
- for (auto sig_pair : partial_sigs) {
+ for (const auto& sig_pair : partial_sigs) {
241
SerializeToVector(s, CompactSizeWriter(PSBT_IN_PARTIAL_SIG), Span{sig_pair.second.first});
242
s << sig_pair.second.second;
243
}
0 commit comments