Merge branch 'master' of https://github.com/bitcoin/bitcoin
Conflicts: .gitignore (used upstream version) bitcoin-qt.pro
This commit is contained in:
@@ -132,7 +132,7 @@ inline int myclosesocket(SOCKET& hSocket)
|
||||
return ret;
|
||||
}
|
||||
#define closesocket(s) myclosesocket(s)
|
||||
#if !defined(QT_GUI) && !defined(GUI)
|
||||
#if !defined(QT_GUI)
|
||||
inline const char* _(const char* psz)
|
||||
{
|
||||
return psz;
|
||||
@@ -197,6 +197,7 @@ void ShrinkDebugFile();
|
||||
int GetRandInt(int nMax);
|
||||
uint64 GetRand(uint64 nMax);
|
||||
int64 GetTime();
|
||||
void SetMockTime(int64 nMockTimeIn);
|
||||
int64 GetAdjustedTime();
|
||||
void AddTimeData(unsigned int ip, int64 nTime);
|
||||
std::string FormatFullVersion();
|
||||
|
||||
Reference in New Issue
Block a user