Skip to content

Commit

Permalink
feat(core): include node addr in bridge status
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshkc committed Jul 13, 2022
1 parent db158fb commit 6a24caa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/models/bridges.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ type BridgeIdentityInfo struct {
type BridgeStatus struct {
// Identity attributes of the bridge.
*BridgeIdentityInfo
// NodeAddr is the address of the node which was expected to host the concerned bridge.
NodeAddr string `json:"node_addr"`
// Response code and reason.
*CodeAndReason
}
Expand Down

0 comments on commit 6a24caa

Please sign in to comment.