Skip to content

Commit

Permalink
Update core/js/src/main/scala/sigma/js/Type.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Slesarenko <aslesarenko@users.noreply.github.com>
  • Loading branch information
kushti and aslesarenko authored Nov 29, 2024
1 parent 42d7fc7 commit 912a523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/src/main/scala/sigma/js/Type.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Type extends js.Object {
/** Descriptor of ErgoScript type BigInt. */
val BigInt = new Type(sigma.BigIntRType)

/** Descriptor of ErgoScript type BigInt. */
/** Descriptor of ErgoScript type UnsignedBigInt. */
val UnsignedBigInt = new Type(sigma.UnsignedBigIntRType)

/** Descriptor of ErgoScript type GroupElement. */
Expand Down

0 comments on commit 912a523

Please sign in to comment.