Skip to content

Commit b231f98

Browse files
committed
fix: remove false assertion for movement networks
1 parent aa45303 commit b231f98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aptos-move/framework/aptos-framework/sources/aptos_governance.move

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,6 @@ module aptos_framework::aptos_governance {
699699
public fun get_signer_testnet_only(
700700
core_resources: &signer, signer_address: address): signer acquires GovernanceResponsbility {
701701
system_addresses::assert_core_resource(core_resources);
702-
// Core resources account only has mint capability in tests/testnets.
703-
assert!(aptos_coin::has_mint_capability(core_resources), error::unauthenticated(EUNAUTHORIZED));
704702
get_signer(signer_address)
705703
}
706704

0 commit comments

Comments
 (0)