waddrmgr: fix test compilation
This commit is contained in:
parent
e0c5ce72cf
commit
4e131c23d0
1 changed files with 1 additions and 1 deletions
|
@ -2785,7 +2785,7 @@ func TestDeriveFromKeyPathCache(t *testing.T) {
|
|||
return err
|
||||
}
|
||||
err = Create(
|
||||
ns, seed, pubPassphrase, privPassphrase,
|
||||
ns, rootKey, pubPassphrase, privPassphrase,
|
||||
&chaincfg.MainNetParams, fastScrypt, time.Time{},
|
||||
)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue