disable bor wallet by default

This commit is contained in:
Manav Darji 2022-08-04 12:42:50 +05:30 committed by Jerry
parent a28720ee42
commit 18fafc01c6

View file

@ -507,7 +507,7 @@ func DefaultConfig() *Config {
PasswordFile: "",
AllowInsecureUnlock: false,
UseLightweightKDF: false,
DisableBorWallet: false,
DisableBorWallet: true,
},
GRPC: &GRPCConfig{
Addr: ":3131",