mirror of
https://github.com/status-im/status-go.git
synced 2025-01-21 04:01:45 +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"`
|
|
}
|