removing peerPullCreditReadyCond
This commit is contained in:
parent
369016c5a2
commit
c41d7e0437
@ -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(
|
||||
WalletApiOperation.InitiatePeerPullCredit,
|
||||
{
|
||||
@ -98,8 +94,6 @@ export async function runPeerToPeerPullTest(t: GlobalTestState) {
|
||||
},
|
||||
);
|
||||
|
||||
await peerPullCreditReadyCond;
|
||||
|
||||
const checkResp = await wallet2.client.call(
|
||||
WalletApiOperation.PreparePeerPullDebit,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user