+2
-2
knotserver/db/pubkeys.go
+2
-2
knotserver/db/pubkeys.go
···
3
3
import (
4
4
"time"
5
5
6
-
shbild "github.com/icyphox/bild/api/bild"
6
+
tangled "github.com/icyphox/bild/api/tangled"
7
7
)
8
8
9
9
type PublicKey struct {
10
10
Did string
11
-
shbild.PublicKey
11
+
tangled.PublicKey
12
12
}
13
13
14
14
func (d *DB) AddPublicKeyFromRecord(recordIface map[string]interface{}) error {