Add list allowed pubkeys nip 86 method

This commit is contained in:
Jon Staab
2025-09-26 16:11:21 -07:00
parent 0543b8a0f3
commit 07a5a07583
4 changed files with 41 additions and 6 deletions
+1 -1
View File
@@ -162,4 +162,4 @@ func TestManagementStore_EventIsBanned_NotBanned(t *testing.T) {
if mgmt.EventIsBanned(eventID) {
t.Error("EventIsBanned() should return false for non-banned event")
}
}
}