build(deps): Bump github.com/bytedance/sonic from 1.12.6 to 1.12.7 in /log (#23370)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
Co-authored-by: aljo242 <alex@interchainlabs.io>
This commit is contained in:
dependabot[bot]
2025-01-21 22:11:02 +00:00
committed by GitHub
co-authored by dependabot[bot] mergify[bot] Alex | Interchain Labs aljo242
parent 7880832bed
commit c7b878c6eb
73 changed files with 349 additions and 432 deletions
-7
View File
@@ -19,7 +19,6 @@ import (
banktypes "cosmossdk.io/x/bank/types"
stakingtypes "cosmossdk.io/x/staking/types"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
cryptocodec "github.com/cosmos/cosmos-sdk/crypto/codec"
@@ -318,9 +317,3 @@ func (m AppOptionsMap) GetString(key string) string {
return v.(string)
}
func NewAppOptionsWithFlagHome(homePath string) server.DynamicConfig {
return AppOptionsMap{
flags.FlagHome: homePath,
}
}