diff --git a/x/ssi/verification/client_spec.go b/x/ssi/verification/client_spec.go index b801be2..4896e0f 100644 --- a/x/ssi/verification/client_spec.go +++ b/x/ssi/verification/client_spec.go @@ -47,11 +47,6 @@ func getCosmosADR036SignDocBytes(ssiDocBytes []byte, signerAddress string) ([]by return updatedSignDocBytes, nil } -// More info on the `personal_sign` here: https://docs.metamask.io/guide/signing-data.html#personal-sign -func getPersonalSignSpecDocBytes(ssiMsg types.SsiMsg) ([]byte, error) { - return json.Marshal(ssiMsg) -} - // Get the updated marshaled SSI document for the respective ClientSpec func getDocBytesByClientSpec(ssiMsg types.SsiMsg, extendedVm *types.ExtendedVerificationMethod) ([]byte, error) { switch extendedVm.Proof.ClientSpecType {