You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: