missing rename
This commit is contained in:
parent
efbde0e160
commit
e311dc4bef
@ -311,7 +311,7 @@ export async function runKycTest(t: GlobalTestState) {
|
||||
// Withdraw
|
||||
|
||||
const kycNotificationCond = walletClient.waitForNotificationCond((x) => {
|
||||
if (x.type === NotificationType.WithdrawalGroupKycRequested) {
|
||||
if (x.type === NotificationType.KycRequested) {
|
||||
return x;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user