vesting: remove alias.go (#6579)

This commit is contained in:
Marko
2020-07-02 15:08:44 +02:00
committed by GitHub
parent 14d1ee5437
commit a0f9cc7627
4 changed files with 3 additions and 32 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
"github.com/cosmos/cosmos-sdk/x/auth/vesting"
vesting "github.com/cosmos/cosmos-sdk/x/auth/vesting/types"
)
// ----------------------------------------------------------------------------