mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-10-11 05:13:47 +02:00
nip77: simplify direction selection.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user