mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-31 06:22:35 +02:00
descriptor: fix missed m_script_arg arg renaming in #14934
This commit is contained in:
parent
e7df1ecd17
commit
396385657c
@ -492,9 +492,9 @@ public:
|
|||||||
if (!p->GetPrivKey(pos, provider, key)) continue;
|
if (!p->GetPrivKey(pos, provider, key)) continue;
|
||||||
out.keys.emplace(key.GetPubKey().GetID(), key);
|
out.keys.emplace(key.GetPubKey().GetID(), key);
|
||||||
}
|
}
|
||||||
if (m_script_arg) {
|
if (m_subdescriptor_arg) {
|
||||||
FlatSigningProvider subprovider;
|
FlatSigningProvider subprovider;
|
||||||
m_script_arg->ExpandPrivate(pos, provider, subprovider);
|
m_subdescriptor_arg->ExpandPrivate(pos, provider, subprovider);
|
||||||
out = Merge(out, subprovider);
|
out = Merge(out, subprovider);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user