- 788E0529775E119DBCA114DD28E76B8B83CEEF9870E140EDD9140E8FBE61BBA1213F174708A2CC8E3CEB8C839A40F8FDE98A419E07C3A0FE37979E6109E4EC61
+ CCE0473250E39DD85773246EA0CD40584C77DAA7FCBA7FF98836D8B9BDBFF2F3E229F385C43C73503CA9E244219708B2299600DB28D1D7DF442C92F22ED74485
bitcoin/src/protocol.h
(14 . 10)(14 . 9)
205 #include <string>
206 #include "uint256.h"
207
208 extern bool fTestNet;
209 static inline unsigned short GetDefaultPort(const bool testnet = fTestNet)
210 static inline unsigned short GetDefaultPort()
211 {
212 return testnet ? 18333 : 8333;
213 return 8333;
214 }
215
216 //