Fix Nostr kind retrieval for size test

This commit is contained in:
thePR0M3TH3AN
2025-07-02 12:31:16 -04:00
parent 3ccb2bb010
commit 636a9bbec2

View File

@@ -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: