support Extra Tags in NIP89

This commit is contained in:
dbth
2025-02-10 11:36:30 +01:00
parent cf2c701670
commit b9cef9cd23
5 changed files with 17 additions and 5 deletions

View File

@@ -137,6 +137,7 @@ class DVMTaskInterface:
nip89.PK = self.PRIVATE_KEY
nip89.DTAG = nip89config.DTAG
nip89.CONTENT = nip89config.CONTENT
nip89.EXTRA_TAGS = nip89config.EXTRA_TAGS
return nip89
async def is_input_supported(self, tags, client=None, dvm_config=None) -> bool: