onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 62 forks source link

Fix `access(account)` bug in contract staging validator #1523

Closed jribbink closed 2 months ago

jribbink commented 2 months ago

Closes #1524

Description

Fixes bug related to access(account) not resolving properly due to use of string location for the staged contract checker.


For contributor use: