getAlby / lndhub.go

Accounting wrapper for the Lightning Network. It provides separate accounts for end-users. (LndHub compatible API written in Go)
GNU General Public License v3.0
86 stars 23 forks source link

small updates to errors.go #470

Closed itstomekk closed 4 months ago

itstomekk commented 10 months ago

fixed error texts

bumi commented 10 months ago

thanks for the PR. but actually we can not do this here in the open source project. @reneaaron what do you think if we add a new "code" and then show this error where this API is used?

reneaaron commented 10 months ago

Sure, that would mean integrating those error codes in the js-sdk, right?