fix: many fixes

This commit is contained in:
Alan Shaw
2023-12-01 17:32:34 +00:00
parent 59ac949322
commit bd9f680456

1
did.go
View File

@@ -40,6 +40,7 @@ func (d DID) DID() DID {
return d
}
// String formats the decentralized identity document (DID) as a string.
func (d DID) String() string {
if d.key {
key, _ := mbase.Encode(mbase.Base58BTC, []byte(d.str))