Skip to content

Commit

Permalink
fix ErgoTreeSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Sep 27, 2024
1 parent ed310bf commit 072d811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ class ErgoTreeSpecification extends SigmaDslTesting with ContractsTestkit with C
(SGlobal.typeId, Seq(
MInfo(1, groupGeneratorMethod), MInfo(2, xorMethod)
) ++ (if (isV6Activated) {
Seq(MInfo(3, serializeMethod)) // methods added in v6.0
Seq(MInfo(3, serializeMethod), MInfo(6, powHitMethod)) // methods added in v6.0
} else {
Seq.empty[MInfo]
}), true)
Expand Down

0 comments on commit 072d811

Please sign in to comment.