Skip to content

Commit

Permalink
fix ErgoTreeSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Sep 27, 2024
1 parent 1989d19 commit 6459b07
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,9 @@ class ErgoTreeSpecification extends SigmaDslTesting with ContractsTestkit with C
EndsWithMethod,
MapReduceMethod,
*/
), true)
) ++ (if (isV6Activated) {
Seq(MInfo(30, ReverseMethod), MInfo(31, DistinctMethod), MInfo(32, StartsWithMethod), MInfo(33, EndsWithMethod), MInfo(34, GetMethod))
} else Seq.empty), true)
},
{ import SOptionMethods._
(SOption.typeId, Seq(
Expand Down

0 comments on commit 6459b07

Please sign in to comment.