Compare commits

...

1 Commits

Author SHA1 Message Date
Marcos Rodriguez Vélez
deefc3a112 FIX: API Error Wording 2021-07-14 18:35:11 +01:00

View File

@ -595,7 +595,7 @@ function errorSunset(res) {
return res.send({
error: true,
code: 11,
message: 'This LNDHub instance is not accepting any more users',
message: 'This LNDHub instance is not accepting new users.',
});
}