removed inappropiate wait; moar type checks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user