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