Skip to content

Commit

Permalink
fixing ErgoTreeSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Oct 8, 2024
1 parent 2ba5a4f commit e532630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ class ErgoTreeSpecification extends SigmaDslTesting with ContractsTestkit with C
MInfo(1, groupGeneratorMethod), MInfo(2, xorMethod)
) ++ (if (isV6Activated) {
// id = 4 reserved for deserializeTo method
Seq(MInfo(3, serializeMethod), MInfo(5, fromBigEndianBytesMethod)) // methods added in v6.0
Seq(MInfo(3, serializeMethod), MInfo(5, fromBigEndianBytesMethod), MInfo(8, someMethod), MInfo(9, noneMethod)) // methods added in v6.0
} else {
Seq.empty[MInfo]
}), true)
Expand Down

0 comments on commit e532630

Please sign in to comment.