Skip to content

Commit ee4dfe2

Browse files
committed
testing
1 parent 5b4a69b commit ee4dfe2

File tree

1 file changed

+2
-2
lines changed
  • amisforum/live/conference

1 file changed

+2
-2
lines changed

amisforum/live/conference/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ window.onload = function() {
294294
});
295295

296296
// Set value of wallet to accounts[1]
297-
$("#buyerAddress").val(accounts[1]);
298-
$("#refBuyerAddress").val(accounts[1]);
297+
$("#buyerAddress").val(accounts[0]);
298+
$("#refBuyerAddress").val(accounts[0]);
299299

300300
};

0 commit comments

Comments
 (0)