Commit 85b2f60f authored by Jeromy's avatar Jeromy

dont put wantlist getter in exchange interface

parent cc7ab064
......@@ -66,8 +66,3 @@ func (e *offlineExchange) GetBlocks(ctx context.Context, ks []u.Key) (<-chan *bl
}()
return out, nil
}
// implement Exchange
func (e *offlineExchange) GetWantlist() []u.Key {
return nil
}
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