Skip to content

Commit 9679858

Browse files
committed
fix: update transaction type from 30 to 31 in APT tests
TICKET: WIN-7747
1 parent 0a36ea9 commit 9679858

File tree

1 file changed

+1
-1
lines changed
  • modules/sdk-coin-apt/test/unit

1 file changed

+1
-1
lines changed

modules/sdk-coin-apt/test/unit/apt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ describe('APT:', function () {
259259
changeAmount: '0',
260260
fee: { fee: '0' },
261261
sender: '0x1aed808916ab9b1b30b07abb53561afd46847285ce28651221d406173a372449',
262-
type: 30,
262+
type: 31,
263263
});
264264
});
265265

0 commit comments

Comments
 (0)