Skip to content

Commit

Permalink
removing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Jul 31, 2024
1 parent 2352bac commit 5efda39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/shared/src/main/scala/sigma/ast/methods.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ case object SGlobalMethods extends MonoTypeMethods {
ArgInfo("msg", "Message to calculate Autolykos hash 2 for"),
ArgInfo("nonce", "Nonce used to pad the message to get Proof-of-Work hash function output with desirable properties"),
ArgInfo("h", "PoW protocol specific padding for table uniqueness (e.g. block height in Ergo)"),
ArgInfo("N", "Size of table filled with pseudo-random data to find k elements in"),
ArgInfo("N", "Size of table filled with pseudo-random data to find k elements in")
)

def powHit_eval(mc: MethodCall, G: SigmaDslBuilder, k: Int, msg: Coll[Byte], nonce: Coll[Byte], h: Coll[Byte], N: Int)
Expand Down Expand Up @@ -1583,4 +1583,3 @@ case object SGlobalMethods extends MonoTypeMethods {
}

}

0 comments on commit 5efda39

Please sign in to comment.