| 2304 | } |
| 2305 | |
| 2306 | const WalletDescriptor DescriptorScriptPubKeyMan::GetWalletDescriptor() const |
| 2307 | { |
| 2308 | return m_wallet_descriptor; |
| 2309 | } |
| 2310 | |
| 2311 | const std::vector<CScript> DescriptorScriptPubKeyMan::GetScriptPubKeys() const |
| 2312 | { |
no outgoing calls
no test coverage detected