From a415986a815e12e770a2abe1404fb60c6182428c Mon Sep 17 00:00:00 2001 From: Richard Melkonian Date: Fri, 7 Mar 2025 14:48:24 -0800 Subject: [PATCH] fix: bring back gov --- .../maptos/framework/releases/biarritz-rc1/src/cached.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol-units/execution/maptos/framework/releases/biarritz-rc1/src/cached.rs b/protocol-units/execution/maptos/framework/releases/biarritz-rc1/src/cached.rs index 78c3dbd70..f7b42ac7b 100644 --- a/protocol-units/execution/maptos/framework/releases/biarritz-rc1/src/cached.rs +++ b/protocol-units/execution/maptos/framework/releases/biarritz-rc1/src/cached.rs @@ -38,7 +38,7 @@ script { let framework_signer = &core_signer; // this will throw an error against already upgraded networks, internally you can make it idempotent - // governed_gas_pool::initialize(framework_signer, b"aptos_framework::governed_gas_pool"); + governed_gas_pool::initialize(framework_signer, b"aptos_framework::governed_gas_pool"); // this will burn the mint capability for the core signer aptos_coin::burn_mint_capability(core_resources, signer::address_of(framework_signer));