Add the pubkey prefix as a filterable attribute in the reader

This commit is contained in:
Alex Wolden
2025-08-28 13:08:35 -07:00
parent fa1790cc8c
commit 7e74c02a00

View File

@@ -481,6 +481,7 @@ class MessageReader:
attributes = { attributes = {
"raw": buf.hex(), "raw": buf.hex(),
"pubkey_prefix": res["pubkey_pre"],
} }
await self.dispatcher.dispatch( await self.dispatcher.dispatch(