mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 18:56:26 +01:00
fix typo
This commit is contained in:
@@ -149,7 +149,7 @@ def build_example(name, identifier, admin_config):
|
||||
|
||||
|
||||
nip89config = NIP89Config()
|
||||
nip89config.DTAG = nip89config.DTAG = check_and_set_d_tag(identifier, name, dvm_config.PRIVATE_KEY,
|
||||
nip89config.DTAG = check_and_set_d_tag(identifier, name, dvm_config.PRIVATE_KEY,
|
||||
nip89info["image"])
|
||||
nip89config.CONTENT = json.dumps(nip89info)
|
||||
# We add an optional AdminConfig for this one, and tell the dvm to rebroadcast its NIP89
|
||||
|
||||
Reference in New Issue
Block a user