make sure the pow functions are static in java
This commit is contained in:
@@ -24,6 +24,7 @@ import com.vitorpamplona.quartz.nip01Core.HexKey
|
|||||||
|
|
||||||
class PoWRankProcessor {
|
class PoWRankProcessor {
|
||||||
companion object {
|
companion object {
|
||||||
|
@JvmStatic
|
||||||
fun compute(
|
fun compute(
|
||||||
id: HexKey,
|
id: HexKey,
|
||||||
commitedPoW: Int?,
|
commitedPoW: Int?,
|
||||||
@@ -41,6 +42,7 @@ class PoWRankProcessor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@JvmStatic
|
||||||
fun calculatePowRankOf(id: HexKey): Int {
|
fun calculatePowRankOf(id: HexKey): Int {
|
||||||
var rank = 0
|
var rank = 0
|
||||||
for (i in 0..id.length) {
|
for (i in 0..id.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user