Skip to content

Commit

Permalink
Merge pull request #29
Browse files Browse the repository at this point in the history
Change Address to ProviderAddress in plan.go
  • Loading branch information
bsrinivas8687 committed Aug 12, 2023
2 parents b756efc + 84e6850 commit 1c3c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/plan/types/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Plan struct {
func NewPlanFromRaw(v *plantypes.Plan) Plan {
return Plan{
ID: v.ID,
Address: v.Address,
Address: v.ProviderAddress,
Prices: clienttypes.NewCoinsFromRaw(v.Prices),
Duration: v.Duration,
Gigabytes: v.Gigabytes,
Expand Down

0 comments on commit 1c3c154

Please sign in to comment.