removing peerPullCreditReadyCond

This commit is contained in:
Sebastian 2023-06-02 14:11:36 -03:00
parent 369016c5a2
commit c41d7e0437
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -82,10 +82,6 @@ export async function runPeerToPeerPullTest(t: GlobalTestState) {
), ),
); );
const peerPullCreditReadyCond = wallet2.waitForNotificationCond(
(x) => x.type === NotificationType.PeerPullCreditReady,
);
const resp = await wallet1.client.call( const resp = await wallet1.client.call(
WalletApiOperation.InitiatePeerPullCredit, WalletApiOperation.InitiatePeerPullCredit,
{ {
@ -98,8 +94,6 @@ export async function runPeerToPeerPullTest(t: GlobalTestState) {
}, },
); );
await peerPullCreditReadyCond;
const checkResp = await wallet2.client.call( const checkResp = await wallet2.client.call(
WalletApiOperation.PreparePeerPullDebit, WalletApiOperation.PreparePeerPullDebit,
{ {