unified code verification service
This commit is contained in:
@@ -106,7 +106,7 @@ func StringToNotificationEvent(eventType, eventAction string) (NotificationEvent
|
||||
if err == nil {
|
||||
return NewNotification(et, ea), nil
|
||||
}
|
||||
if et == mservice.Confirmations {
|
||||
if et == mservice.Verification {
|
||||
action := strings.TrimSpace(eventAction)
|
||||
if action == "" {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user