aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorEric Lombrozo <elombrozo@gmail.com>2013-01-07 06:39:53 -0800
committerEric Lombrozo <elombrozo@gmail.com>2013-06-05 20:36:10 -0700
commit8926263dde10bed3f42e21e5f106365f1192e6c0 (patch)
tree2b00ca18e361e9ea76351b3dff39c8947ded8568 /src/net.h
parent336fe971e68f0336d42e1fa930b6a9c717f612e0 (diff)
downloadbitcoin-8926263dde10bed3f42e21e5f106365f1192e6c0.tar.xz
Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index af66eed070..6f7bea9394 100644
--- a/src/net.h
+++ b/src/net.h
@@ -600,7 +600,6 @@ public:
}
}
- void PushGetBlocks(CBlockIndex* pindexBegin, uint256 hashEnd);
bool IsSubscribed(unsigned int nChannel);
void Subscribe(unsigned int nChannel, unsigned int nHops=0);
void CancelSubscribe(unsigned int nChannel);