fix: change "sats" to "sat" as is defined by nostrmarket ext db

This commit is contained in:
padreug 2025-09-23 23:59:15 +02:00
parent 578cd8f570
commit 2e12315a35

View file

@ -331,7 +331,7 @@ export class NostrmarketAPI extends BaseService {
* Get available currencies
*/
async getCurrencies(): Promise<string[]> {
const baseCurrencies = ['sats']
const baseCurrencies = ['sat']
try {
const apiCurrencies = await this.request<string[]>(