nip77: simplify direction selection.

This commit is contained in:
fiatjaf
2024-12-17 13:30:04 -03:00
parent b02f0d6537
commit ade3996fbf
2 changed files with 21 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ func main() {
}
err := nip77.NegentropySync(ctx,
local, "ws://localhost:7777", nostr.Filter{})
local, "ws://localhost:7777", nostr.Filter{}, nip77.Both)
if err != nil {
panic(err)
}