mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
10 lines
129 B
Go
10 lines
129 B
Go
package krpc
|
|
|
|
import (
|
|
"github.com/anacrolix/torrent/metainfo"
|
|
)
|
|
|
|
type Bep46Payload struct {
|
|
Ih metainfo.Hash `bencode:"ih"`
|
|
}
|