mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-10 08:19:23 +00:00
Merge pull request #137 from PR0M3TH3AN/codex/fix-attributeerror-in-test_nostr_index_size_limits
Fix Nostr index size test
This commit is contained in:
@@ -60,7 +60,7 @@ def test_nostr_index_size_limits():
|
||||
break
|
||||
client.close_client_pool()
|
||||
|
||||
note_kind = Kind.from_std(KindStandard.TEXT_NOTE).to_int()
|
||||
note_kind = Kind.from_std(KindStandard.TEXT_NOTE).as_u16()
|
||||
print(f"\nNostr note Kind: {note_kind}")
|
||||
print("Size | Payload Bytes | Published | Retrieved")
|
||||
for size, payload, pub, ret in results:
|
||||
|
Reference in New Issue
Block a user