Merge pull request #6970 from filecoin-project/chore/remove-old-tracer

Remove forgotten non-functioning config from the pre-mainnet days
This commit is contained in:
Whyrusleeping 2021-08-04 10:46:08 +02:00 committed by GitHub
commit 9dca65634d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,6 @@ func defCommon() Common {
Pubsub: Pubsub{ Pubsub: Pubsub{
Bootstrapper: false, Bootstrapper: false,
DirectPeers: nil, DirectPeers: nil,
RemoteTracer: "/dns4/pubsub-tracer.filecoin.io/tcp/4001/p2p/QmTd6UvR47vUidRNZ1ZKXHrAFhqTJAD27rKL9XYghEKgKX",
}, },
} }

View File

@ -13,7 +13,7 @@ ListenAddresses = ["/ip4/0.0.0.0/tcp/5678", "/ip6/::/tcp/5678"]
# #
[Pubsub] [Pubsub]
# Bootstrapper = false # Bootstrapper = false
# RemoteTracer = "/dns4/pubsub-tracer.filecoin.io/tcp/4001/p2p/QmTd6UvR47vUidRNZ1ZKXHrAFhqTJAD27rKL9XYghEKgKX" # RemoteTracer = ""
# #
[Client] [Client]
# UseIpfs = false # UseIpfs = false