waddrmgr: fix test compilation

This commit is contained in:
Oliver Gugger 2021-08-26 10:09:08 +02:00
parent 4ef582f76b
commit a63c69d618
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

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