Skip to content

Commit

Permalink
chore: log host
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-reyes committed Sep 19, 2023
1 parent 2520f9d commit c4a7e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions whypfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ func (p *Node) setupDatastore() error {
dht.BucketSize(20),
)

fmt.Println("host", p.Host)
frt, err := fullrt.NewFullRT(p.Host, dht.DefaultPrefix, dhtopts)
if err != nil {
return xerrors.Errorf("constructing fullrt: %w", err)
Expand Down

0 comments on commit c4a7e70

Please sign in to comment.