mirror of
https://github.com/OpenBazaar/openbazaar-desktop
synced 2025-10-06 00:22:47 +02:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
// Errors
|
|
export const ERROR_INSUFFICIENT_FUNDS = 'ERROR_INSUFFICIENT_FUNDS';
|
|
export const ERROR_DUST_AMOUNT = 'ERROR_DUST_AMOUNT';
|