Identity load and save params, invitation check

This commit is contained in:
ycc
2022-11-28 20:48:42 +01:00
parent f4ebb5cab1
commit b464a855ae
6 changed files with 46 additions and 14 deletions

View File

@ -6,5 +6,5 @@ import (
func TestGetFromPublicKey(t *testing.T) {
id := CreateIdentity("test")
id.Save("test.id")
id.Save()
}