Skip to content

Commit 25cb6ff

Browse files
author
Max Axenov
committed
feat: added new data transaction version for ledger
1 parent 77eee4a commit 25cb6ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dist
55
!dist/waves-signature-adapter.js
66
.idea
77
coverage/
8+
.DS_Store

src/adapters/LedgerAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class LedgerAdapter extends Adapter {
116116
[SIGN_TYPE.CANCEL_LEASING]: [2],
117117
[SIGN_TYPE.CREATE_ALIAS]: [2],
118118
[SIGN_TYPE.MASS_TRANSFER]: [1],
119-
[SIGN_TYPE.DATA]: [1],
119+
[SIGN_TYPE.DATA]: [1, 2],
120120
[SIGN_TYPE.SET_SCRIPT]: [1],
121121
[SIGN_TYPE.SPONSORSHIP]: [1],
122122
[SIGN_TYPE.SET_ASSET_SCRIPT]: [1],

0 commit comments

Comments
 (0)