Add the pubkey prefix as a filterable attribute in the reader

This commit is contained in:
Alex Wolden
2025-08-28 13:06:29 -07:00
parent b0dd9d1123
commit 5175dcff22

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(