mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-02 01:53:48 +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: "",
|
||||
AllowInsecureUnlock: false,
|
||||
UseLightweightKDF: false,
|
||||
DisableBorWallet: false,
|
||||
DisableBorWallet: true,
|
||||
},
|
||||
GRPC: &GRPCConfig{
|
||||
Addr: ":3131",
|
||||
|
|
|
|||
Loading…
Reference in a new issue