Skip to content

Commit

Permalink
fixing base32 import
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel committed Aug 22, 2023
1 parent 777160f commit b564493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"github.com/libp2p/go-libp2p-kad-dht/internal"
pb "github.com/libp2p/go-libp2p-kad-dht/pb"
recpb "github.com/libp2p/go-libp2p-record/pb"
"github.com/multiformats/go-base32"
)

// dhthandler specifies the signature of functions that handle DHT messages.
Expand Down

0 comments on commit b564493

Please sign in to comment.