Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Add CashAddrNotSupported error in @ledgerhq/errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jun 20, 2019
1 parent 2dde904 commit 375f7e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/errors/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export const AccountNameRequiredError = createCustomErrorClass(
export const BluetoothRequired = createCustomErrorClass("BluetoothRequired");
export const BtcUnmatchedApp = createCustomErrorClass("BtcUnmatchedApp");
export const CantOpenDevice = createCustomErrorClass("CantOpenDevice");
export const CashAddrNotSupported = createCustomErrorClass(
"CashAddrNotSupported"
);
export const CurrencyNotSupported = createCustomErrorClass(
"CurrencyNotSupported"
);
Expand Down

0 comments on commit 375f7e2

Please sign in to comment.