This commit is contained in:
ycc
2022-09-06 09:30:45 +02:00
parent 86f222a7df
commit 37fadc5bb3
16 changed files with 944 additions and 619 deletions

10
client/peer_test.go Normal file
View File

@ -0,0 +1,10 @@
package client
import (
"testing"
)
func TestGetFromPublicKey(t *testing.T) {
id := CreateIdentity("test")
id.Save("test.id")
}