| 1138 | explicit DescribeBlindAddressVisitor() {} |
| 1139 | |
| 1140 | UniValue operator()(const CNoDestination& dest) const { return UniValue(UniValue::VOBJ); } |
| 1141 | |
| 1142 | UniValue operator()(const PKHash& pkhash) const |
| 1143 | { |
nothing calls this directly
no test coverage detected