mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 16:33:47 +00:00
fix: tests
This commit is contained in:
parent
18fafc01c6
commit
ba18491841
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ func TestConfigLegacy(t *testing.T) {
|
||||||
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