mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
Merge ../twister-bare
This commit is contained in:
commit
af253907ae
@ -300,7 +300,7 @@ void ThreadWaitExtIP()
|
|||||||
bool isBlockChainUptodate() {
|
bool isBlockChainUptodate() {
|
||||||
if( !pindexBest )
|
if( !pindexBest )
|
||||||
return false;
|
return false;
|
||||||
return (pindexBest->GetBlockTime() > GetTime() - 1 * 60 * 60);
|
return (pindexBest->GetBlockTime() > GetTime() - 2 * 60 * 60);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool yes(libtorrent::torrent_status const&)
|
bool yes(libtorrent::torrent_status const&)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user