Skip to content

Commit

Permalink
refactor(v1beta): rename leaseId migration func (#71)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Aug 24, 2023
1 parent 694852e commit bed8249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/node/market/v1beta3/migrate/v1beta2.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/akash-network/akash-api/go/node/market/v1beta3"
)

func LeaseIDToV1beta3(from v1beta2.LeaseID) v1beta3.LeaseID {
func LeaseIDFromV1beta2(from v1beta2.LeaseID) v1beta3.LeaseID {
return v1beta3.LeaseID{
Owner: from.Owner,
DSeq: from.DSeq,
Expand Down

0 comments on commit bed8249

Please sign in to comment.