Fixed spelling
Querying was misspelled. (noticed it while reading through the code to understand it)
This commit is contained in:
parent
d822314aa3
commit
ab00ab3de8
@ -40,7 +40,7 @@ type Message struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type QueryArguments struct {
|
type QueryArguments struct {
|
||||||
// ID of the quirying Node
|
// ID of the querying Node
|
||||||
ID []byte `bencode:"id"`
|
ID []byte `bencode:"id"`
|
||||||
// InfoHash of the torrent
|
// InfoHash of the torrent
|
||||||
InfoHash []byte `bencode:"info_hash,omitempty"`
|
InfoHash []byte `bencode:"info_hash,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user