mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-17 02:24:48 +08:00
@@ -389,7 +389,7 @@ impl ClarityInstance {
|
||||
epoch,
|
||||
};
|
||||
|
||||
let use_mainnet = self.mainnet;
|
||||
let use_mainnet = self.mainnet.clone();
|
||||
conn.as_transaction(|clarity_db| {
|
||||
let (ast, _) = clarity_db
|
||||
.analyze_smart_contract(&boot_code_id("costs", use_mainnet), BOOT_CODE_COSTS)
|
||||
|
||||
Reference in New Issue
Block a user