p2p/protocols: accounting api doc update (#847)

This commit is contained in:
Jerzy 2018-12-06 09:45:53 +01:00
parent 2a6c2b22a5
commit d1d0b88c8f

View file

@ -13,7 +13,7 @@ type AccountingApi struct {
}
// NewAccountingApi creates a new AccountingApi
// m will be used to check if accounting metrics is enabled
// m will be used to check if accounting metrics are enabled
func NewAccountingApi(m *AccountingMetrics) *AccountingApi {
return &AccountingApi{m}
}