0
0
mirror of https://github.com/OpenBazaar/openbazaar-desktop synced 2025-10-06 00:22:47 +02:00
Files
openbazaar-desktop/js/constants.js
2019-12-09 16:48:30 -06:00

4 lines
132 B
JavaScript

// Errors
export const ERROR_INSUFFICIENT_FUNDS = 'ERROR_INSUFFICIENT_FUNDS';
export const ERROR_DUST_AMOUNT = 'ERROR_DUST_AMOUNT';