Skip to content

Commit

Permalink
fix: correct typos in Addresses struct tags (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferencsarai authored Jul 18, 2024
1 parent cf7cb22 commit b017aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/bee/api/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ type NodeService service
type Addresses struct {
Ethereum string `json:"ethereum"`
Overlay swarm.Address `json:"overlay"`
PublicKey string `json:"public_key"`
PublicKey string `json:"publicKey"`
Underlay []string `json:"underlay"`
PSSPublicKey string `json:"pss_public_key"`
PSSPublicKey string `json:"pssPublicKey"`
}

// Addresses returns node's addresses
Expand Down

0 comments on commit b017aef

Please sign in to comment.