wallet-core: do not notify twice on withdrawal creation

This commit is contained in:
Florian Dold 2023-06-28 14:47:20 +02:00
parent 79e520c415
commit db9d6dd394
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -2433,7 +2433,6 @@ export async function internalPerformCreateWithdrawalGroup(
oldTxState,
newTxState,
};
notifyTransition(ws, transactionId, transitionInfo);
return { withdrawalGroup, transitionInfo };
}