server: switch TrickleTimeout -> TrickleInterval
This commit is contained in:
parent
eb8e117f86
commit
ae733e7291
1 changed files with 1 additions and 1 deletions
|
@ -1943,7 +1943,7 @@ func newPeerConfig(sp *serverPeer) *peer.Config {
|
|||
Services: sp.server.services,
|
||||
DisableRelayTx: cfg.BlocksOnly,
|
||||
ProtocolVersion: peer.MaxProtocolVersion,
|
||||
TrickleTimeout: cfg.TrickleTimeout,
|
||||
TrickleInterval: cfg.TrickleInterval,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue