deps: bump Cosmos SDK version to v0.45.0 (#912)

* deps: bump SDK version to v0.45.0

* changelog

* deprecation fix

* deprecation fix 2
This commit is contained in:
Federico Kunze Küllmer
2022-01-18 22:02:10 +01:00
committed by GitHub
parent 0a01cead67
commit 43c4d7c3fb
5 changed files with 8 additions and 42 deletions
+2 -1
View File
@@ -41,6 +41,7 @@ import (
"github.com/cosmos/cosmos-sdk/simapp"
"github.com/cosmos/cosmos-sdk/simapp/params"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
"github.com/cosmos/cosmos-sdk/testutil"
sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
@@ -380,7 +381,7 @@ func New(l Logger, baseDir string, cfg Config) (*Network, error) {
return nil, err
}
addr, secret, err := server.GenerateSaveCoinKey(kb, nodeDirName, true, algo)
addr, secret, err := testutil.GenerateSaveCoinKey(kb, nodeDirName, "", true, algo)
if err != nil {
return nil, err
}