mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
fixed typo
This commit is contained in:
parent
d17a501fdc
commit
6fa06ec094
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ type ParserConfig struct {
|
|||
|
||||
PerPeerTables bool `toml:"per_peer_tables"`
|
||||
PeerProtocolPrefix string `toml:"peer_protocol_prefix"`
|
||||
PipeProtocolPrefix string `tomo:"pipe_protocol_prefix"`
|
||||
PipeProtocolPrefix string `toml:"pipe_protocol_prefix"`
|
||||
}
|
||||
|
||||
type RateLimitConfig struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue