Skip to content

Commit 6845e24

Browse files
committed
update nostrlib for the stats.
1 parent a72adb3 commit 6845e24

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/fiatjaf/pyramid
33
go 1.25
44

55
require (
6-
fiatjaf.com/nostr v0.0.0-20251216162153-bdef5ac224d5
6+
fiatjaf.com/nostr v0.0.0-20251218162609-78d8f36e2dda
77
github.com/FastFilter/xorfilter v0.2.1
88
github.com/a-h/templ v0.3.960
99
github.com/go-analyze/charts v0.5.21

inbox/dualstore.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,4 @@ func (_ *dualLayerStore) QueryEvents(filter nostr.Filter, limit int) iter.Seq[no
8282
// only normal kinds requested
8383
return global.IL.Inbox.QueryEvents(filter, limit)
8484
}
85-
86-
panic("this never happens")
8785
}

0 commit comments

Comments
 (0)