Skip to content

Commit

Permalink
fix: try letting vole create the libp2p host
Browse files Browse the repository at this point in the history
Related #40
  • Loading branch information
2color committed Aug 6, 2024
1 parent 1c9213c commit 6f1669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (d *daemon) runCheck(query url.Values) (*output, error) {
out.DataAvailableOverBitswap.Error = "could not connect to peer"
} else {
// If so is the data available over Bitswap?
out.DataAvailableOverBitswap = checkBitswapCID(ctx, testHost, c, ma)
out.DataAvailableOverBitswap = checkBitswapCID(ctx, nil, c, ma)
}

return out, nil
Expand Down

0 comments on commit 6f1669e

Please sign in to comment.