Skip to content

Commit

Permalink
revert: "feat(castor): implement DID parser backed by prism-identity …
Browse files Browse the repository at this point in the history
…1.4"

This reverts commit ae5dcd1.
  • Loading branch information
Pat Losoponkul committed Nov 21, 2022
1 parent 4d336a8 commit 9021e20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object PrismDID extends ProtoModelHelper {
}

final case class CanonicalPrismDID private[did] (stateHash: HexString) extends PrismDID {
override def suffix: DIDMethodSpecificId = DIDMethodSpecificId.fromString(stateHash.toString).get
override val suffix: DIDMethodSpecificId = DIDMethodSpecificId.fromString(stateHash.toString).get
}

final case class LongFormPrismDID private[did] (atalaOperation: node_models.AtalaOperation) extends PrismDID {
Expand Down

0 comments on commit 9021e20

Please sign in to comment.