Skip to content

Commit

Permalink
Merge pull request #2698 from petridishdev/amanji/issue1650
Browse files Browse the repository at this point in the history
fix: update constants in TransactionRecord
  • Loading branch information
swcurran authored Jan 4, 2024
2 parents 7ea0f19 + 544aff2 commit 844abbb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ class Meta:
STATE_INIT = "init"
RECORD_TOPIC = "endorse_transaction"

SIGNATURE_REQUEST = "http://didcomm.org/sign-attachment/%VER/signature-request"
SIGNATURE_REQUEST = "https://didcomm.org/sign-attachment/1.0/signature-request"

SIGNATURE_RESPONSE = "http://didcomm.org/sign-attachment/%VER/signature-response"
SIGNATURE_RESPONSE = "https://didcomm.org/sign-attachment/1.0/signature-response"

SIGNATURE_TYPE = "<requested signature type>"
SIGNATURE_TYPE = "default"

SIGNATURE_CONTEXT = "did:sov"

Expand Down

0 comments on commit 844abbb

Please sign in to comment.