Skip to content

Commit

Permalink
Update core/shared/src/main/scala/sigma/SigmaDsl.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 912a523 commit 0af752d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/shared/src/main/scala/sigma/SigmaDsl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ trait UnsignedBigInt {
/** Returns a big-endian representation of this BigInt in a collection of bytes.
* For example, the value {@code 0x1213141516171819} would yield the
* byte array {@code {0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19}}.
* @since 2.0
*/
def toBytes: Coll[Byte]

Expand Down

0 comments on commit 0af752d

Please sign in to comment.