Add manifest identifier constant and update Nostr client

This commit is contained in:
thePR0M3TH3AN
2025-07-24 17:23:57 -04:00
parent 39114b0b8a
commit b70585c55e
5 changed files with 35 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ def test_full_sync_roundtrip(dummy_nostr_client):
# Manager A publishes initial snapshot
pm_a.entry_manager.add_entry("site1", 12)
pm_a.sync_vault()
manifest_id = relay.manifests[-1].id
manifest_id = relay.manifests[-1].tags[0]
# Manager B retrieves snapshot
result = pm_b.attempt_initial_sync()