mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 08:53:46 +00:00
disable bor wallet by default
This commit is contained in:
parent
a28720ee42
commit
18fafc01c6
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ func DefaultConfig() *Config {
|
||||||
PasswordFile: "",
|
PasswordFile: "",
|
||||||
AllowInsecureUnlock: false,
|
AllowInsecureUnlock: false,
|
||||||
UseLightweightKDF: false,
|
UseLightweightKDF: false,
|
||||||
DisableBorWallet: false,
|
DisableBorWallet: true,
|
||||||
},
|
},
|
||||||
GRPC: &GRPCConfig{
|
GRPC: &GRPCConfig{
|
||||||
Addr: ":3131",
|
Addr: ":3131",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue