This commit is contained in:
Łukasz Magiera 2020-12-17 16:45:41 +01:00
parent 06d3892e38
commit ab5345860c
2 changed files with 4 additions and 5 deletions

View File

@ -190,7 +190,6 @@ func (c *InteractiveWallet) WalletDelete(ctx context.Context, addr address.Addre
return err
}
return c.under.WalletDelete(ctx, addr)
}