Skip to content

Commit

Permalink
let status rsp addr empty
Browse files Browse the repository at this point in the history
  • Loading branch information
oker authored and oker committed Jul 9, 2024
1 parent 002a8b7 commit e81192f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/tendermint/rpc/core/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ func Status(ctx *rpctypes.Context) (*ctypes.ResultStatus, error) {
VotingPower: votingPower,
},
}
result.NodeInfo.ListenAddr = ""
result.NodeInfo.Other.RPCAddress = ""
// update Network to the ChainID in state
result.NodeInfo.Network = env.ConsensusState.GetState().ChainID

Expand Down

0 comments on commit e81192f

Please sign in to comment.