[accelerator] add new error message payment_method_not_allowed_out_of_bound
This commit is contained in:
parent
9ef79a268d
commit
69b40cf073
@ -30,6 +30,7 @@ const MempoolErrors = {
|
||||
'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`,
|
||||
'payment_method_not_allowed_out_of_bound': `You are not allowed to use this payment method with this amount`,
|
||||
} as { [error: string]: string };
|
||||
|
||||
export function isMempoolError(error: string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user