Skip to content

Commit e22eb07

Browse files
committed
Fix protocol_block_out (sends only first of request).
1 parent 4b8a2c7 commit e22eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/protocol_block_out_106.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void protocol_block_out_106::send_block(const code& ec, size_t index,
200200
}
201201

202202
span<milliseconds>(events::block_msecs, start);
203-
SEND(block{ ptr }, send_block, _1, sub1(index), message);
203+
SEND(block{ ptr }, send_block, _1, add1(index), message);
204204
}
205205

206206
// utilities

0 commit comments

Comments
 (0)