36533f7c3f
Fixes for new geth version
8 lines
156 B
Go
8 lines
156 B
Go
package config
|
|
|
|
// Routing defines configuration options for libp2p routing
|
|
type Routing struct {
|
|
// Type sets default daemon routing mode.
|
|
Type string
|
|
}
|