Skip to content

Commit

Permalink
feat: added new data transaction version for ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Axenov committed May 4, 2022
1 parent 8f34200 commit 86cf417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
!dist/waves-signature-adapter.js
.idea
coverage/
.DS_Store
2 changes: 1 addition & 1 deletion src/adapters/LedgerAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class LedgerAdapter extends Adapter {
[SIGN_TYPE.CANCEL_LEASING]: [2],
[SIGN_TYPE.CREATE_ALIAS]: [2],
[SIGN_TYPE.MASS_TRANSFER]: [1],
[SIGN_TYPE.DATA]: [1],
[SIGN_TYPE.DATA]: [1, 2],
[SIGN_TYPE.SET_SCRIPT]: [1],
[SIGN_TYPE.SPONSORSHIP]: [1],
[SIGN_TYPE.SET_ASSET_SCRIPT]: [1],
Expand Down

0 comments on commit 86cf417

Please sign in to comment.