diff --git a/x/liquidvesting/keeper/genesis.go b/x/liquidvesting/keeper/genesis.go index 8496c79a..7302c9ac 100644 --- a/x/liquidvesting/keeper/genesis.go +++ b/x/liquidvesting/keeper/genesis.go @@ -78,7 +78,7 @@ func (k *Keeper) InitGenesis(ctx sdk.Context, state *types.GenesisState) error { if err != nil { return err } - if !coins.Equal(totalCoins) { + if !coins.IsAllGTE(totalCoins) { return fmt.Errorf("the liquid vesting module doesn't have the coins specified in the users' insurance fund") }