- 44BD62E864ED9400105AEEA2E2EF6499F971577FD28B9C8DC52EF72DCDB4D4928168037CD7D7FCA718E5D5A2D4D7C19C65F5B45C87D814D6E24C0D014B307477
+ D7E407108638C11F75B5BED04DC455AC78A96DEBC0776CD0E71871001C5886FD1472AE060E7A2334FCF3E323B7AD0A1B4FB68757392CC45A1B09721EB67415D1
bitcoin/src/util.h
(121 . 6)(121 . 7)
148 extern std::string strMiscWarning;
149 extern bool fNoListen;
150 extern bool fLogTimestamps;
151 extern std::string CLIENT_NAME;
152
153 void RandAddSeed();
154 void RandAddSeedPerfmon();
(161 . 6)(162 . 7)
156 int64 GetAdjustedTime();
157 void AddTimeData(unsigned int ip, int64 nTime);
158 std::string FormatFullVersion();
159 std::string FormatSubVersion(const std::string& name, int nClientVersion);
160
161
162