Skip to content

Commit

Permalink
chore: comment out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 14, 2023
1 parent 3129f0e commit 763e177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ type Service struct {
Logger *logrus.Logger
}

var supportedMethods = map[string]bool{
/*var supportedMethods = map[string]bool{
NIP_47_PAY_INVOICE_METHOD: true,
NIP_47_GET_BALANCE_METHOD: true,
NIP_47_GET_INFO_METHOD: true,
NIP_47_MAKE_INVOICE_METHOD: true,
NIP_47_LOOKUP_INVOICE_METHOD: true,
NIP_47_LIST_TRANSACTIONS_METHOD: true,
}
}*/

func (svc *Service) GetUser(c echo.Context) (user *User, err error) {
sess, _ := session.Get(CookieName, c)
Expand Down

0 comments on commit 763e177

Please sign in to comment.