Skip to content

Commit

Permalink
Remove forgotten non-functioning config from the pre-mainnet days
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Aug 2, 2021
1 parent 9e707e1 commit ba5e6ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion node/config/def.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func defCommon() Common {
Pubsub: Pubsub{
Bootstrapper: false,
DirectPeers: nil,
RemoteTracer: "/dns4/pubsub-tracer.filecoin.io/tcp/4001/p2p/QmTd6UvR47vUidRNZ1ZKXHrAFhqTJAD27rKL9XYghEKgKX",
},
}

Expand Down
2 changes: 1 addition & 1 deletion tools/packer/repo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ListenAddresses = ["/ip4/0.0.0.0/tcp/5678", "/ip6/::/tcp/5678"]
#
[Pubsub]
# Bootstrapper = false
# RemoteTracer = "/dns4/pubsub-tracer.filecoin.io/tcp/4001/p2p/QmTd6UvR47vUidRNZ1ZKXHrAFhqTJAD27rKL9XYghEKgKX"
# RemoteTracer = ""
#
[Client]
# UseIpfs = false
Expand Down

0 comments on commit ba5e6ed

Please sign in to comment.