Skip to content

Commit

Permalink
fix: use reference for upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Mar 8, 2025
1 parent 0e7a3fe commit 1ad7268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ script {
governed_gas_pool::initialize(framework_signer, b"aptos_framework::governed_gas_pool");
// this will burn the mint capability for the core signer
aptos_coin::destroy_mint_capability_from(core_signer, signer::address_of(framework_signer));
aptos_coin::destroy_mint_capability_from(&core_signer, signer::address_of(framework_signer));
}
}
"#
Expand Down

0 comments on commit 1ad7268

Please sign in to comment.