Skip to content

Commit

Permalink
change sn value to string
Browse files Browse the repository at this point in the history
  • Loading branch information
psteniusubi committed Jan 18, 2024
1 parent 9d72557 commit 945293e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/integration-scripts/singlesig-drt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('singlesig-drt', () => {
let delegate1 = await client2.identifiers().get('delegate1');
let seal = {
i: delegate1.prefix,
s: 0,
s: '0',
d: delegate1.prefix,
};
let result = await client1.identifiers().interact('name1', seal);
Expand Down

0 comments on commit 945293e

Please sign in to comment.