get rid of PoolOptions, just set fields on Pool directly.
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ func NewBunker(
|
||||
onAuth func(string),
|
||||
) *BunkerClient {
|
||||
if pool == nil {
|
||||
pool = nostr.NewPool(nostr.PoolOptions{})
|
||||
pool = nostr.NewPool()
|
||||
}
|
||||
|
||||
clientPublicKey := nostr.GetPublicKey(clientSecretKey)
|
||||
|
||||
Reference in New Issue
Block a user