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":"" - } - -}; -