Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajansari95 committed Apr 26, 2023
1 parent c192860 commit 5492504
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions supply.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ type VestingPeriods struct {
Length string `json:"length"`
Amount sdktypes.Coins `json:"amount"`
}
type PeriodicVestingAccount struct {
Address string
StartTime time.Time
EndTime time.Time
Tokens sdktypes.Coins
}

func getVestingAccountLocked(baseurl, address string) (sdkmath.Int, error) {
url := baseurl + address
Expand Down

0 comments on commit 5492504

Please sign in to comment.