missing rename

This commit is contained in:
Sebastian 2023-03-29 08:35:33 -03:00
parent efbde0e160
commit e311dc4bef
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -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;