This commit is contained in:
jl777
2018-09-21 20:53:44 -11:00
parent 3036a2412d
commit 9892eb8a59

View File

@@ -1419,7 +1419,7 @@ UniValue getchaintips(const UniValue& params, bool fHelp)
of another block. */
static pthread_mutex_t mutex; static int32_t didinit;
if ( didinit == 0 )
pthread_mutex_init(&mutex);
pthread_mutex_init(&mutex,NULL);
pthread_mutex_lock(&mutex);
std::set<const CBlockIndex*, CompareBlocksByHeight> setTips;
int32_t n = 0;