mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 22:03:01 +02:00
Only display PoW status with 8 bits of zeros - 0x00..
This commit is contained in:
@@ -350,7 +350,7 @@ fun NoteComposeInner(
|
|||||||
}
|
}
|
||||||
|
|
||||||
val pow = noteEvent.getPoWRank()
|
val pow = noteEvent.getPoWRank()
|
||||||
if (pow > 1) {
|
if (pow > 8) {
|
||||||
DisplayPoW(pow)
|
DisplayPoW(pow)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user