mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
[accelerator] add new error message
This commit is contained in:
parent
c75afe20cd
commit
254d962558
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ const MempoolErrors = {
|
|||
'faucet_address_not_allowed': `You cannot use this address`,
|
||||
'faucet_below_minimum': `Requested amount is too small`,
|
||||
'faucet_above_maximum': `Requested amount is too high`,
|
||||
'payment_method_not_allowed': `You are not allowed to use this payment method`,
|
||||
} as { [error: string]: string };
|
||||
|
||||
export function isMempoolError(error: string) {
|
||||
|
|
Loading…
Add table
Reference in a new issue