waddrmgr: fix test compilation

This commit is contained in:
Oliver Gugger 2021-08-26 10:09:08 +02:00 committed by Roy Lee
parent e0c5ce72cf
commit 4e131c23d0

View file

@ -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 {