dispatch(displayNotification('Passphrase requested',passphrasePrompt('Personal mode is enabled. Please provide passphrase of account'),'OK','Cancel',okCb,cancelCb))
// return modalDialog('Contract code size over limit', yo`<div>Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fails. <br>
// More info: <a href="https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md" target="_blank">eip-170</a>
@ -133,85 +134,7 @@ export function ContractDropdownUI (props: ContractDropdownProps) {
if(selectedContract.bytecodeObject.length===0){
returnprops.modal('Alert','This contract may be abstract, not implement an abstract parent\'s methods completely or not invoke an inherited contract\'s constructor correctly.','OK',()=>{})
}
// var continueCb = (error, continueTxExecution, cancelCb) => {
// return modalDialog('Contract code size over limit', yo`<div>Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fails. <br>
// More info: <a href="https://github.com/ethereum/EIPs/blob/master/EIPS/eip-170.md" target="_blank">eip-170</a>