mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-09-03 20:35:10 +00:00
waddrmgr: fix test compilation
This commit is contained in:
parent
4ef582f76b
commit
a63c69d618
1 changed files with 1 additions and 1 deletions
|
@ -2785,7 +2785,7 @@ func TestDeriveFromKeyPathCache(t *testing.T) {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
err = Create(
|
err = Create(
|
||||||
ns, seed, pubPassphrase, privPassphrase,
|
ns, rootKey, pubPassphrase, privPassphrase,
|
||||||
&chaincfg.MainNetParams, fastScrypt, time.Time{},
|
&chaincfg.MainNetParams, fastScrypt, time.Time{},
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue