Skip to content

Commit 2aae318

Browse files
committed
Fix ut
1 parent c8e6c8a commit 2aae318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ describe('LumClient', () => {
445445
],
446446
};
447447

448-
const res = await clt.signAndBroadcastTx([w1, w2], doc);
448+
const res = await clt.signAndBroadcastTxForMultiWallet([w1, w2], doc);
449449
expect(LumUtils.broadcastTxCommitSuccess(res));
450450
});
451451
});

0 commit comments

Comments
 (0)