Skip to content

Commit 269a2e0

Browse files
committed
update
1 parent fa2d09d commit 269a2e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amisforum/live/conference/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function metamaskIsInstalled() {
8282

8383
// Initialize
8484
function initializeConference() {
85-
contractInstance({from: accounts, gas: 3141592}).then(
85+
Conference({from: accounts, gas: 3141592}).then(
8686
function(conf) {
8787
console.log(conf);
8888
contractInstance = conf;

amisforum/live/conference/conference.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var ticket = web3.eth.contract(ticket_abi);
5252

5353

5454

55-
// contract('Conference', function(accounts) {
55+
contract('Conference', function(accounts) {
5656
// console.log(accounts);
5757
// var owner_account = accounts;
5858
// var sender_account = accounts[1];

0 commit comments

Comments
 (0)