Skip to content

Commit

Permalink
savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Jun 23, 2022
1 parent 3312aef commit 51405d6
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ struct ED25519DIDKeyFactoryImpl: ED25519DIDKeyFactory {
}

private func multicodec() -> String {
let keyType = fromString(
MULTICODEC_ED25519_KEY_TYPE,
MULTICODEC_ED25519_ENCODING
);
// let keyType = fromString(
// MULTICODEC_ED25519_KEY_TYPE,
// MULTICODEC_ED25519_ENCODING
// );
fatalError()
}

private func multibase(multicodec: String) -> String {
Expand Down

0 comments on commit 51405d6

Please sign in to comment.