Skip to content

Commit

Permalink
fixing DataJsonEncoderSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Oct 31, 2024
1 parent fdf712e commit dde7f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DataJsonEncoderSpecification extends SerializationSpecification {
implicit val tT = Evaluation.stypeToRType(tpe)
implicit val tagT = tT.classTag

val withVersion = if (tpe == SHeader) {
val withVersion = if (tpe == SHeader || tpe == SUnsignedBigInt) {
Some(VersionContext.V6SoftForkVersion)
} else {
None
Expand Down

0 comments on commit dde7f6e

Please sign in to comment.