Commit acd3bbad authored by Steven Allen's avatar Steven Allen

fix: actually ignore deadline exceeded errors in Provide (#480)

parent 1de9b905
......@@ -474,8 +474,6 @@ func (dht *IpfsDHT) Provide(ctx context.Context, key cid.Cid, brdcst bool) (err
exceededDeadline = true
case nil:
default:
}
if err != nil {
return err
}
......
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