get rid of PoolOptions, just set fields on Pool directly.

This commit is contained in:
fiatjaf
2026-04-11 20:31:05 -03:00
parent 5944a3ead6
commit d92a0cde16
5 changed files with 48 additions and 58 deletions
-1
View File
@@ -364,7 +364,6 @@ func (r *Relay) handleMessage(message string) {
switch env := envelope.(type) {
case *NoticeEnvelope:
// see WithNoticeHandler
if r.noticeHandler != nil {
r.noticeHandler(r, string(*env))
} else {