descriptor: fix missed m_script_arg arg renaming in #14934
This commit is contained in:
parent
e7df1ecd17
commit
396385657c
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue