Commit 76dbd483 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3ce03313
......@@ -943,7 +943,8 @@ def doCheckingPin(f, pinokByWLink, pinfunc=None): # -> []event(str)
else:
w.pinned[p.blk] = p.at
p.reply(b"ack")
#p.reply(b"ack")
wlink.replyReq(ctx, p, b"ack")
# check that we don't get extra pins before f completes
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment