| 3894 | } |
| 3895 | |
| 3896 | uint256 CWalletTx::GetOutputAssetBlindingFactor(const CWallet& wallet, unsigned int output_index) const { |
| 3897 | uint256 ret; |
| 3898 | GetNonIssuanceBlindingData(wallet, output_index, nullptr, nullptr, nullptr, nullptr, &ret); |
| 3899 | return ret; |
| 3900 | } |
| 3901 | |
| 3902 | CAsset CWalletTx::GetOutputAsset(const CWallet& wallet, unsigned int output_index) const { |
| 3903 | CAsset ret; |
no outgoing calls
no test coverage detected