We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612acd4 commit fe6e5a3Copy full SHA for fe6e5a3
sendrecv.cpp
@@ -78,7 +78,6 @@ void Channel::AddUncleHashes (struct evbuffer *evb, bin_t pos) {
78
evbuffer_add_chunkaddr(evb,uncle,hs_out_->chunk_addr_);
79
evbuffer_add_hash(evb, hashtree()->hash(uncle) );
80
dprintf("%s #%u +hash %s\n",tintstr(),id_,uncle.str().c_str());
81
- pos = pos.parent();
82
}
83
84
0 commit comments