mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-19 19:31:43 +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()
|
||||
if (pow > 1) {
|
||||
if (pow > 8) {
|
||||
DisplayPoW(pow)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user