Skip to content

Commit

Permalink
unused import, typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Jan 4, 2021
1 parent 3fb10b7 commit dfce8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sigmastate/src/main/scala/sigmastate/Values.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import sigmastate.lang.SourceContext
import special.collection.Coll

import scala.collection.mutable
import scala.collection.mutable.ArrayBuffer

object Values {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ trait Interpreter extends ScorexLogging {
val (res, t) = BenchmarkUtil.measureTime(Try {
// TODO v5.0: the condition below should be revised if necessary
// The following conditions define behavior which depend on the version of ergoTree
// This works in addition to more fine-grained soft-forkabiltiy mechanism implemented
// This works in addition to more fine-grained soft-forkability mechanism implemented
// using ValidationRules (see trySoftForkable method call here and in reduceToCrypto).
if (context.activatedScriptVersion > Interpreter.MaxSupportedScriptVersion) {
// > 90% has already switched to higher version, accept without verification
Expand Down

0 comments on commit dfce8f8

Please sign in to comment.