| 103 | } |
| 104 | |
| 105 | string CRegID::ToString() const { |
| 106 | // if (IsEmpty()) |
| 107 | // return string(""); |
| 108 | |
| 109 | return strprintf("%d-%d", height, index); |
| 110 | } |
| 111 | |
| 112 | CKeyID CRegID::GetKeyId(const CAccountDBCache &accountCache) const { |
| 113 | CKeyID retKeyId; |
no outgoing calls
no test coverage detected