Remove unused code in txExecution

pull/5370/head
David Disu 3 years ago
parent 6a6324e261
commit db5f50df2a
  1. 4
      libs/remix-lib/src/execution/txExecution.ts

@ -27,10 +27,6 @@ export function createContract (from, data, value, gasLimit, txRunner, callbacks
})
}
export async function deployProxy (bytecode, abi, implAddress, signer, _data) {
}
/**
* call the current given contract ! that will create a transaction !
*

Loading…
Cancel
Save