fix: do not allow two merchants with the same public key

This commit is contained in:
Vlad Stan 2023-03-16 09:56:30 +02:00
parent b2f5f519c3
commit 3794eac915
3 changed files with 13 additions and 6 deletions

View file

@ -78,10 +78,7 @@ const merchant = async () => {
message: 'Merchant Created!'
})
} catch (error) {
this.$q.notify({
type: 'negative',
message: `${error}`
})
LNbits.utils.notifyApiError(error)
}
},
getMerchant: async function () {