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
require.Equal(t, math.LegacyNewDecFromInt(firstUserDelegationCoins.Amount), delegation.Shares, "compare first user delegated amounts to delegation.shares")
require.Equal(t, math.LegacyNewDecFromInt(secondUserDelegationCoins.Amount), delegation.Shares, "compare second user delegated amounts to delegation.shares")
75
80
require.False(t, delegation.ValidatorBond)
76
81
77
-
// Try to tokenize shares from first user, it won't work because there is no minimal bond
82
+
// Try to tokenize shares from the first user, it won't work because there is no minimal bond
0 commit comments