From 89ab78d68271108d262fb3700d7489543df160c9 Mon Sep 17 00:00:00 2001 From: brunoedcf Date: Tue, 29 Nov 2022 21:19:36 -0300 Subject: [PATCH] fixing search tokens iteration structure and wallet address formatting - fixed --- src/components/SearchComponent.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/SearchComponent.vue b/src/components/SearchComponent.vue index 651bc1d..8df0e61 100644 --- a/src/components/SearchComponent.vue +++ b/src/components/SearchComponent.vue @@ -75,18 +75,6 @@ const verifyLiquidity = () => { const emit = defineEmits(["tokenBuy"]); -const confirmPurchase = async () => { - - const buyInfo = { - "buyer":"", - "seller":"", - "amount":"", - "depositID":"", - "pixKey":"" - } - -}; -