Skip to content

Commit 3963856

Browse files
committed
descriptor: fix missed m_script_arg arg renaming in #14934
1 parent e7df1ec commit 3963856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/script/descriptor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ class DescriptorImpl : public Descriptor
492492
if (!p->GetPrivKey(pos, provider, key)) continue;
493493
out.keys.emplace(key.GetPubKey().GetID(), key);
494494
}
495-
if (m_script_arg) {
495+
if (m_subdescriptor_arg) {
496496
FlatSigningProvider subprovider;
497-
m_script_arg->ExpandPrivate(pos, provider, subprovider);
497+
m_subdescriptor_arg->ExpandPrivate(pos, provider, subprovider);
498498
out = Merge(out, subprovider);
499499
}
500500
}

0 commit comments

Comments
 (0)