remove empty space

This commit is contained in:
Saul Freeberty 2022-12-25 23:14:34 +00:00 committed by fiatjaf
parent 3c953e4ae8
commit bacf19b88d

View File

@ -55,8 +55,6 @@ func (r *Relay) OnInitialized(s *relayer.Server) {
})
}
func (r *Relay) AcceptEvent(evt *nostr.Event) bool {
// only accept they have a good preimage for a paid invoice for their public key
if !checkInvoicePaidOk(evt.PubKey) {