mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 01f857a1c9 into merged_master (Bitcoin PR #19428)
This commit is contained in:
commit
473dea4c7b
2 changed files with 2 additions and 2 deletions
|
|
@ -331,7 +331,7 @@ public:
|
|||
|
||||
CScript GetScriptForDestination(const CTxDestination& dest)
|
||||
{
|
||||
return boost::apply_visitor(CScriptVisitor{}, dest);
|
||||
return boost::apply_visitor(CScriptVisitor(), dest);
|
||||
}
|
||||
|
||||
CScript GetScriptForRawPubKey(const CPubKey& pubKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue