Skip to content

Commit

Permalink
Merge pull request #2697 from gabrielbazan7/feat/eth-fee-err
Browse files Browse the repository at this point in the history
[FEAT] adding eth fee error to spec
  • Loading branch information
matiu authored Mar 19, 2020
2 parents ab5fb13 + 10cdc9b commit f2598a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/bitcore-wallet-client/src/lib/errors/spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,18 @@ var errorSpec = [
name: 'INSUFFICIENT_FUNDS_FOR_FEE',
message: 'Insufficient funds for fee.'
},
{
name: 'INSUFFICIENT_ETH_FEE',
message: 'Your linked ETH wallet does not have enough ETH for fee.'
},
{
name: 'LOCKED_FUNDS',
message: 'Locked funds.'
},
{
name: 'LOCKED_ETH_FEE',
message: 'Your ETH linked wallet funds are locked by pending spend proposals.'
},
{
name: 'DUST_AMOUNT',
message: 'Amount below dust threshold.'
Expand Down

0 comments on commit f2598a6

Please sign in to comment.