We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd2432 commit 3f0c252Copy full SHA for 3f0c252
e2e/infrastructure/AccountHttp.spec.ts
@@ -396,9 +396,9 @@ describe('AccountHttp', () => {
396
account.address,
397
NetworkType.MIJIN_TEST,
398
);
399
- const signedTransaction = addressAliasTransaction.signWith(account);
+ const signedTransaction = addressAliasTransaction.signWith(account, generationHash);
400
401
- listener.confirmed(account.address).subscribe((transaction) => {
+ listener.confirmed(account.address).subscribe(() => {
402
done();
403
});
404
listener.status(account.address).subscribe((error) => {
0 commit comments