Skip to content

Commit

Permalink
220816
Browse files Browse the repository at this point in the history
RC 6
  • Loading branch information
genavarov committed Aug 21, 2016
1 parent bce27ba commit 9a8161e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcmining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ Value getblocktemplate(const Array& params, bool fHelp)
static int64_t nStart;
static CBlockTemplate* pblocktemplate;
if (pindexPrev != chainActive.Tip() ||
(mempool.GetTransactionsUpdated() != nTransactionsUpdatedLast && GetTime() - nStart > 149))
(mempool.GetTransactionsUpdated() != nTransactionsUpdatedLast && GetTime() - nStart > 30))
{
// Clear pindexPrev so future calls make a new block, despite any failures from here on
pindexPrev = NULL;
Expand Down

0 comments on commit 9a8161e

Please sign in to comment.