Skip to content

Commit

Permalink
Problem: debug-addr rename to debug-listen-addr in relayer (#143)
Browse files Browse the repository at this point in the history
* Problem: debug-addr rename to debug-listen-addr in relayer

for more info, https://github.com/cosmos/relayer/pull/1504/files

* keep previous
  • Loading branch information
mmsqe authored Jan 16, 2025
1 parent 8b4197d commit cc5a0ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pystarport/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,8 @@ def init_cluster(
{
"global": {
"api-listen-addr": ":5183",
"debug-listen-addr": ":5183",
"enable-debug-server": True,
"timeout": "10s",
"memo": "",
"light-cache-size": 20,
Expand Down

0 comments on commit cc5a0ec

Please sign in to comment.