base58 bad-coding session.

This commit is contained in:
fiatjaf
2022-08-12 17:02:40 -03:00
parent 396ca4d3a0
commit eee9952fac
6 changed files with 19 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ var Log = log
type Relay interface {
Name() string
Init() error
OnInitialized()
AcceptEvent(*nostr.Event) bool
Storage() Storage
}