Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/node/node-operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $HOME/.sei/config/
```toml copy
[p2p]
# Public IP for other nodes to reach you
external_address = "your-public-ip:26656"
external-address = "your-public-ip:26656"
# Local address to listen for incoming P2P connections
laddr = "tcp://0.0.0.0:26656"
# Number of peers allowed
Expand Down
2 changes: 1 addition & 1 deletion content/node/technical-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The config.toml file controls the core consensus engine and networking:
# P2P Configuration
[p2p]
laddr = "tcp://0.0.0.0:26656"
external_address = ""
external-address = ""
seeds = ""
persistent_peers = ""
upnp = false
Expand Down