| 3900 | } |
| 3901 | |
| 3902 | CAsset CWalletTx::GetOutputAsset(const CWallet& wallet, unsigned int output_index) const { |
| 3903 | CAsset ret; |
| 3904 | GetNonIssuanceBlindingData(wallet, output_index, nullptr, nullptr, nullptr, &ret, nullptr); |
| 3905 | return ret; |
| 3906 | } |
| 3907 | |
| 3908 | CPubKey CWalletTx::GetOutputBlindingPubKey(const CWallet& wallet, unsigned int output_index) const { |
| 3909 | CPubKey ret; |
no outgoing calls
no test coverage detected