Skip to content

Commit d0f7db7

Browse files
CRC: use imported VmExecutionError
Signed-off-by: Jacinta Ferrant <jacinta@stackslabs.com>
1 parent 3ba954d commit d0f7db7

File tree

1 file changed

+1
-1
lines changed
  • clarity/src/vm/functions

1 file changed

+1
-1
lines changed

clarity/src/vm/functions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ macro_rules! switch_on_global_epoch {
3535
args: &[SymbolicExpression],
3636
env: &mut Environment,
3737
context: &LocalContext,
38-
) -> std::result::Result<Value, clarity_types::VmExecutionError> {
38+
) -> std::result::Result<Value, VmExecutionError> {
3939
match env.epoch() {
4040
StacksEpochId::Epoch10 => {
4141
panic!("Executing Clarity method during Epoch 1.0, before Clarity")

0 commit comments

Comments
 (0)