| 147 | } |
| 148 | |
| 149 | uint256 CHDChain::GetSeedHash() |
| 150 | { |
| 151 | return Hash(vchSeed.begin(), vchSeed.end()); |
| 152 | } |
| 153 | |
| 154 | void CHDChain::DeriveChildExtKey(uint32_t nAccountIndex, bool internal, uint32_t nChildIndex, CExtKey& extKeyRet) |
| 155 | { |
no test coverage detected