Skip to content

Commit

Permalink
Disable help for txRejected error and adjust its message
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBenc committed Nov 9, 2020
1 parent 5dfec24 commit ec5d019
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/frontend/helpers/errorsWithHelp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const errorsWithHelp = new Set([
'CryptoProviderError',
'TrezorSignTxError',
'TrezorError',
'TransactionRejectedByNetwork',
])

function errorHasHelp(code) {
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const translations = {
},

TransactionRejectedByNetwork: () =>
'TransactionRejectedByNetwork: Submitting the transaction into Cardano network failed.',
'TransactionRejectedByNetwork: Submitting the transaction into Cardano network failed. We received this error and we will investigate the cause.',
TransactionRejectedWhileSigning: ({message}) =>
`Transaction rejected while signing${
message
Expand Down

0 comments on commit ec5d019

Please sign in to comment.