pull/5449/head
lianahus 2 months ago committed by Aniket
parent 4f4cb7ebd3
commit cf1f3d451f
  1. 1
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

@ -57,7 +57,6 @@ export function UniversalDappUI(props: UdappProps) {
}, [props.instance.balance])
const sendData = () => {
console.log("sending it")
setLlIError('')
const fallback = txHelper.getFallbackInterface(contractABI)
const receive = txHelper.getReceiveInterface(contractABI)

Loading…
Cancel
Save