good morning!!!!

Skip to content
Snippets Groups Projects
Commit 56538981 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

vim error :S

parent 73123bf2
No related branches found
No related tags found
Loading
...@@ -99,7 +99,8 @@ func (self *BlockPool) FetchHashes(peer *Peer) bool { ...@@ -99,7 +99,8 @@ func (self *BlockPool) FetchHashes(peer *Peer) bool {
self.td = peer.td self.td = peer.td
if !self.HasLatestHash() { if !self.HasLatestHash() {
peer.doneFetchingHashes = fInfo peer.doneFetchingHashes = false
const amount = 256 const amount = 256
peerlogger.Debugf("Fetching hashes (%d) %x...\n", amount, peer.lastReceivedHash[0:4]) peerlogger.Debugf("Fetching hashes (%d) %x...\n", amount, peer.lastReceivedHash[0:4])
peer.QueueMessage(wire.NewMessage(wire.MsgGetBlockHashesTy, []interface{}{peer.lastReceivedHash, uint32(amount)})) peer.QueueMessage(wire.NewMessage(wire.MsgGetBlockHashesTy, []interface{}{peer.lastReceivedHash, uint32(amount)}))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment