Other(test): Prefer native API revoke rather than fake server method

This commit is contained in:
James Houlahan
2022-12-12 10:47:06 +01:00
parent 5f1389f824
commit 49fa451cc3
4 changed files with 6 additions and 4 deletions

View File

@ -29,8 +29,6 @@ type API interface {
AddCallWatcher(func(server.Call), ...string)
CreateUser(username, address string, password []byte) (string, string, error)
RevokeUser(userID string) error
CreateAddress(userID, address string, password []byte) (string, error)
RemoveAddress(userID, addrID string) error
RemoveAddressKey(userID, addrID, keyID string) error