| 112 | } |
| 113 | |
| 114 | void SetNull() |
| 115 | { |
| 116 | nVersion = CHDChain::CURRENT_VERSION; |
| 117 | nExternalChainCounter = 0; |
| 118 | nInternalChainCounter = 0; |
| 119 | seed_id.SetNull(); |
| 120 | } |
| 121 | |
| 122 | bool operator==(const CHDChain& chain) const |
| 123 | { |
no outgoing calls
no test coverage detected