mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Implement SetType in DescriptorScriptPubKeyMan
This commit is contained in:
parent
834de0300c
commit
78f8a92910
2 changed files with 12 additions and 1 deletions
|
|
@ -1608,4 +1608,8 @@ uint256 DescriptorScriptPubKeyMan::GetID() const
|
|||
return uint256();
|
||||
}
|
||||
|
||||
void DescriptorScriptPubKeyMan::SetType(OutputType type, bool internal) {}
|
||||
void DescriptorScriptPubKeyMan::SetType(OutputType type, bool internal)
|
||||
{
|
||||
this->m_address_type = type;
|
||||
this->m_internal = internal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue