You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command `aptos move prove -f governance.move, following error is generated.
error: public(package) function `0x1::permissioned_signer::check_permission_exists` cannot be called from inline function `0x1::aptos_governance::check_governance_permission` because they are from different packages
┌─ /Users/tengzhang/aptos-core/aptos-move/framework/aptos-framework/sources/permissioned_signer.move:553:25
│
553 │ public(package) fun check_permission_exists<PermKey: copy + drop + store>(
│ ^^^^^^^^^^^^^^^^^^^^^^^ callee
│
┌─ /Users/tengzhang/aptos-core/aptos-move/framework/aptos-framework/sources/aptos_governance.move:179:13
│
179 │ permissioned_signer::check_permission_exists(s, GovernancePermission {}),
│ ------------------------------------------------------------------------ called here
The text was updated successfully, but these errors were encountered:
🐛 Bug
When running the command `aptos move prove -f governance.move, following error is generated.
The text was updated successfully, but these errors were encountered: