Skip to content

Commit

Permalink
Multi-ops support renamed to hash signing
Browse files Browse the repository at this point in the history
  • Loading branch information
lenondupe committed May 14, 2018
1 parent 9b980bb commit 72e0d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hw-app-str/src/Str.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@ export default class Str {
} else if (status === SW_CANCEL) {
throw new Error("Transaction approval request was rejected");
} else if (status === SW_UNSUPPORTED) {
throw new Error("Multi-operation transactions are not supported");
throw new Error("Hash signing is not supported");
} else {
throw new Error(
"Hash signing not allowed. Have you enabled multi-ops support?"
"Hash signing not allowed. Have you enabled it in the app settings?"
);
}
});
Expand Down

0 comments on commit 72e0d68

Please sign in to comment.