aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-05-09 16:46:43 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-05-09 16:54:07 +0200
commit82564e21e79092a7e28aa5d31d8fdbdb3fd970ca (patch)
tree49973aaac1624a2c7d051cfd0bae532258a34068 /src/main.h
parente443ed2462b706650f51f08c8760dbf5047aa77f (diff)
parentaa250f0453029afbf3c903899a3770c61e389468 (diff)
downloadbitcoin-82564e21e79092a7e28aa5d31d8fdbdb3fd970ca.tar.xz
Merge pull request #4134
aa250f0 Remove NumBlocksOfPeers (Wladimir J. van der Laan)
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index c69e0d2a3c..3d3773138d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -160,8 +160,6 @@ void ThreadScriptCheck();
bool CheckProofOfWork(uint256 hash, unsigned int nBits);
/** Calculate the minimum amount of work a received block needs, without knowing its direct parent */
unsigned int ComputeMinWork(unsigned int nBase, int64_t nTime);
-/** Get the number of active peers */
-int GetNumBlocksOfPeers();
/** Check whether we are doing an initial block download (synchronizing from disk or network) */
bool IsInitialBlockDownload();
/** Format a string that describes several potential problems detected by the core */