fixing search tokens iteration structure and wallet address formatting - fixed

This commit is contained in:
brunoedcf 2022-11-29 21:19:36 -03:00
parent e3cb9275c5
commit 89ab78d682

View File

@ -75,18 +75,6 @@ const verifyLiquidity = () => {
const emit = defineEmits(["tokenBuy"]);
const confirmPurchase = async () => {
const buyInfo = {
"buyer":"",
"seller":"",
"amount":"",
"depositID":"",
"pixKey":""
}
};
</script>
<template>