We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba954d commit d0f7db7Copy full SHA for d0f7db7
clarity/src/vm/functions/mod.rs
@@ -35,7 +35,7 @@ macro_rules! switch_on_global_epoch {
35
args: &[SymbolicExpression],
36
env: &mut Environment,
37
context: &LocalContext,
38
- ) -> std::result::Result<Value, clarity_types::VmExecutionError> {
+ ) -> std::result::Result<Value, VmExecutionError> {
39
match env.epoch() {
40
StacksEpochId::Epoch10 => {
41
panic!("Executing Clarity method during Epoch 1.0, before Clarity")
0 commit comments