- AFE71ADE56FAE65B970FF3DFB3F14EDACEE0AF497AE57E2D2502C9A4B4F49F3336F9D3794B72A87D185B92FC01F1A5077E1CCD63A61AC4FA9C4464C6224FD1E4
+ 6C895CB293F5A285F55BD313D7DF2020BE08F1792B0C6EC649A359661F38FBC6B8045DE847A44CD9FD8429CDC2E960364D2EED6346EE042F32BB46798BCDB189
bitcoin/src/key.h
(14 . 7)(14 . 6)
139
140 #include "serialize.h"
141 #include "uint256.h"
142 #include "base58.h"
143
144 // secp160k1
145 // const unsigned int PRIVATE_KEY_SIZE = 192;
(419 . 12)(418 . 6)
147 return true;
148 }
149
150 // Get the address corresponding to this key
151 CBitcoinAddress GetAddress() const
152 {
153 return CBitcoinAddress(GetPubKey());
154 }
155
156 bool IsValid()
157 {
158 if (!fSet)