Updated buy flux. Already able to lock.

This commit is contained in:
Filipe Soccol
2025-06-18 12:01:42 -03:00
parent fa2def812c
commit c7b2f1643c
10 changed files with 4157 additions and 3444 deletions

View File

@@ -74,7 +74,6 @@ const releaseTransaction = async (lockId: string) => {
};
const checkForUnreleasedLocks = async (): Promise<void> => {
console.log("Checking for unreleased locks");
const walletLocks = await checkUnreleasedLock(walletAddress.value);
if (walletLocks) {
lockID.value = walletLocks.lockID;