vendor: rebase fixes
This commit is contained in:
parent
158db66500
commit
cd96e53442
|
@ -309,7 +309,7 @@ func testRecoverAccount(t *testing.T) bool {
|
|||
}
|
||||
extChild2String := key.ExtendedKey.String()
|
||||
|
||||
if err := accountManager.DeleteAccount(account, newAccountPassword); err != nil {
|
||||
if err := accountManager.Delete(account, newAccountPassword); err != nil {
|
||||
t.Errorf("cannot remove account: %v", err)
|
||||
}
|
||||
|
||||
|
|
|
@ -249,7 +249,7 @@ func TestRecoverAccount(t *testing.T) {
|
|||
}
|
||||
extChild2String := key.ExtendedKey.String()
|
||||
|
||||
if err := accountManager.DeleteAccount(account, newAccountPassword); err != nil {
|
||||
if err := accountManager.Delete(account, newAccountPassword); err != nil {
|
||||
t.Errorf("cannot remove account: %v", err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue