Skip to content

Commit

Permalink
Merge pull request #22 from kadena-io/mlep/fix-local-sig-param
Browse files Browse the repository at this point in the history
Fix signatureVerification param for /local
  • Loading branch information
edmundnoble authored Oct 5, 2023
2 parents 13c6e05 + a821e92 commit 33d78ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pact.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ paths:
type: integer
minimum: 0

- name: signatureValidation
- name: signatureVerification
in: query
description: |
Require user signature validation when validating transaction
Require user signature verification when validating transaction
metadata.
required: false
schema:
Expand Down Expand Up @@ -961,7 +961,7 @@ components:
}

module_reference:
{
{
"refName": {
"namespace": null,
"name": "coin"
Expand Down

0 comments on commit 33d78ae

Please sign in to comment.