| 219 | } // anon namespace |
| 220 | |
| 221 | bool CBitcoinAddress::Set(const CKeyID& id) |
| 222 | { |
| 223 | SetData(Params().Base58Prefix(CChainParams::PUBKEY_ADDRESS), &id, 20); |
| 224 | return true; |
| 225 | } |
| 226 | |
| 227 | bool CBitcoinAddress::Set(const CScriptID& id) |
| 228 | { |
no test coverage detected