hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

fix: typo in dryrun query parameter. #111

Closed svienot closed 6 months ago

svienot commented 6 months ago

Description:

Fix typo in query parameter expected by /session/verify-checked endpoint. The endpoint was expecting dryRun instead of dryrun. This does not reveal in the deployed code where the behaviour is case insensitive, but it reveals in the server testing environment.

Related issue(s):

Fixes #110

Notes for reviewer:

This issue blocks PR for issue #93 which adds tests covering the use of this query parameter.