disable pow counting for now

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2022-08-07 19:30:17 -07:00
parent ac02bb58b6
commit 3cb628eb36
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ enum NostrResponse: Decodable {
print(error)
throw error
}
ev.pow = count_hash_leading_zero_bits(ev.id)
//ev.pow = count_hash_leading_zero_bits(ev.id)
self = .event(sub_id, ev)
return
} else if typ == "NOTICE" {