Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove provider reference from task struct #166

Merged
Prev Previous commit
Next Next commit
move serializable fields to state
nadim-az committed Jan 22, 2025
commit 95372fe6b222d46ed5e53431b33c4a0fbcc531aa
5 changes: 0 additions & 5 deletions core/types/chain.go
Original file line number Diff line number Diff line change
@@ -139,8 +139,3 @@ func (c ChainConfig) ValidateBasic() error {

return nil
}

func isValidWalletConfig(cfg WalletConfig) bool {
return cfg.Bech32Prefix != "" && cfg.SigningAlgorithm != "" &&
cfg.HDPath != nil && cfg.DerivationFn != nil && cfg.GenerationFn != nil
}