Update content_discovery_currently_popular_followers.py

This commit is contained in:
Believethehype 2024-05-13 08:43:53 +02:00
parent c0b7ce73dd
commit ff21a35f7b

View File

@ -229,6 +229,7 @@ def build_example(name, identifier, admin_config):
"lud16": dvm_config.LN_ADDRESS,
"encryptionSupported": True,
"cashuAccepted": True,
"personalized": False,
"amount": "free",
"nip90Params": {
"max_results": {
@ -267,6 +268,7 @@ def build_example_subscription(name, identifier, admin_config):
"lud16": dvm_config.LN_ADDRESS,
"encryptionSupported": True,
"cashuAccepted": True,
"personalized": False,
"subscription": True,
"nip90Params": {
"max_results": {