- 6B2389129DEC411D013D754EAEBC169A23F60B2169DC41CCED21248A603CED46DFDC64E016C082A154AF87784049333BE75C91FB08265306A3BDC2BC0AF2E6C5
+ AB8D6491EC3726F5AEAC08CABF413981B5F34959C0AFDF0B28AD47E7FC5DE0CDAE5888B8A195257EBFD52566C706838B221E99365E74CFE9AB4BF98536867D87
bitcoin/src/key.h
(14 . 7)(14 . 6)
162
163 #include "serialize.h"
164 #include "uint256.h"
165 #include "base58.h"
166
167 // secp160k1
168 // const unsigned int PRIVATE_KEY_SIZE = 192;
(385 . 12)(384 . 6)
170 return true;
171 }
172
173 // Get the address corresponding to this key
174 CBitcoinAddress GetAddress() const
175 {
176 return CBitcoinAddress(GetPubKey());
177 }
178
179 bool IsValid()
180 {
181 if (!fSet)