removed inappropiate wait; moar type checks

This commit is contained in:
hueso
2025-07-04 21:11:33 -03:00
parent 23163be99d
commit 4af059f6b7
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,6 @@ const releaseTransaction = async (params: {
loadingRelease.value = true;
const release = await releaseLock(BigInt(lockID.value), params.pixTimestamp, params.signature);
await release.wait();
await updateWalletStatus();
loadingRelease.value = false;