Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property ':false' of undefined #1

Open
cylon56 opened this issue Jul 3, 2017 · 0 comments
Open

TypeError: Cannot read property ':false' of undefined #1

cylon56 opened this issue Jul 3, 2017 · 0 comments

Comments

@cylon56
Copy link

cylon56 commented Jul 3, 2017

On episode 15 and 16, I kept getting the same error when I tried to deploy the CrowdFund contract regardless of which version of decyphertv I was using or the contract code. I tried version 0.1.15, 0.1.16, and the latest version all with the same error. My input and output is below (using the latest version):

> var deployed = decypher.deployContract("./CrowdFund.sol", [acct1, web3.toWei(10, 'ether'), 10000], {gas:100000})

TypeError: Cannot read property ':false' of undefined at Local.deployContract (/usr/local/lib/node_modules/decyphertv/src/local.js:96:41) at repl:1:25 at ContextifyScript.Script.runInContext (vm.js:53:29) at REPLServer.defaultEval (repl.js:241:29) at bound (domain.js:301:14) at REPLServer.runBound [as eval] (domain.js:314:12) at REPLServer.onLine (repl.js:433:10) at emitOne (events.js:115:13) at REPLServer.emit (events.js:210:7) at REPLServer.Interface._onLine (readline.js:278:10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant