We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2d09d commit 269a2e0Copy full SHA for 269a2e0
amisforum/live/conference/app.js
@@ -82,7 +82,7 @@ function metamaskIsInstalled() {
82
83
// Initialize
84
function initializeConference() {
85
- contractInstance({from: accounts, gas: 3141592}).then(
+ Conference({from: accounts, gas: 3141592}).then(
86
function(conf) {
87
console.log(conf);
88
contractInstance = conf;
amisforum/live/conference/conference.js
@@ -52,7 +52,7 @@ var ticket = web3.eth.contract(ticket_abi);
52
53
54
55
-// contract('Conference', function(accounts) {
+contract('Conference', function(accounts) {
56
// console.log(accounts);
57
// var owner_account = accounts;
58
// var sender_account = accounts[1];
0 commit comments