Skip to content

Commit 7908c98

Browse files
committed
add stellar address
1 parent 41cbe7e commit 7908c98

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

node-registrar/client/types.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ type Account struct {
1212
}
1313

1414
type Farm struct {
15-
FarmID uint64 `json:"farm_id"`
16-
FarmName string `json:"farm_name"`
17-
TwinID uint64 `json:"twin_id"`
18-
Dedicated bool `json:"dedicated"`
15+
FarmID uint64 `json:"farm_id"`
16+
FarmName string `json:"farm_name"`
17+
TwinID uint64 `json:"twin_id"`
18+
Dedicated bool `json:"dedicated"`
19+
StellarAddress string `json:"stellar_address"`
1920
}
2021

2122
type Node struct {

0 commit comments

Comments
 (0)