mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 11:57:44 +08:00
fix type in findProviders command
This commit is contained in:
parent
1f48b3efe2
commit
b287422ebd
@ -236,7 +236,7 @@ FindProviders will return a list of peers who are able to provide the value requ
|
||||
}, nil
|
||||
},
|
||||
},
|
||||
Type: peer.PeerInfo{},
|
||||
Type: notif.QueryEvent{},
|
||||
}
|
||||
|
||||
var findPeerDhtCmd = &cmds.Command{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user