Fixes + stable gateway ids
This commit is contained in:
@@ -508,6 +508,7 @@ func (s *Service) startAnnouncer() {
|
||||
caps = append(caps, "confirmations."+strings.ToLower(string(mservice.PaymentGateway))+"."+strings.ToLower(s.rail))
|
||||
}
|
||||
announce := discovery.Announcement{
|
||||
ID: discovery.StablePaymentGatewayID(s.rail),
|
||||
Service: string(mservice.PaymentGateway),
|
||||
Rail: s.rail,
|
||||
Operations: caps,
|
||||
|
||||
Reference in New Issue
Block a user