You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace vestingAmount *sdk.Coin by vestingAmount sdk.Coin type in BondDelegation and check with !vestingAmount.IsNil() && !vestingAmount.IsZeor() when set.
Replace
vestingAmount *sdk.Coin
byvestingAmount sdk.Coin
type in BondDelegation and check with!vestingAmount.IsNil() && !vestingAmount.IsZeor()
when set.Follow up from #303 (comment)
The text was updated successfully, but these errors were encountered: