mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 11:46:07 +08:00
fix: use epoch-specific clarity version
This commit is contained in:
@@ -101,7 +101,7 @@ fn helper_execute_epoch(
|
||||
);
|
||||
let mut placeholder_context = ContractContext::new(
|
||||
QualifiedContractIdentifier::transient(),
|
||||
ClarityVersion::Clarity1,
|
||||
ClarityVersion::default_for_epoch(epoch),
|
||||
);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user