Skip to content

Commit

Permalink
refactor(tck): replace deprecated setKey with setKeyWithoutAlias
Browse files Browse the repository at this point in the history
Updated a remaining deprecated reference to `setKey(Key)` in tck

Signed-off-by: venilinvasilev <[email protected]>
  • Loading branch information
venilinvasilev committed Jan 31, 2025
1 parent 237afc7 commit eae742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck/methods/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const createAccount = async ({
);

if (key != null) {
transaction.setKey(getKeyFromString(key));
transaction.setKeyWithoutAlias(getKeyFromString(key));
}

if (initialBalance != null) {
Expand Down

0 comments on commit eae742b

Please sign in to comment.