Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #779 from OpenBazaar/fix-startup-mainnet
Browse files Browse the repository at this point in the history
Remove testnet flag
  • Loading branch information
jjeffryes authored Sep 6, 2017
2 parents e44fdff + 59e2253 commit dd5bba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/localServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class LocalServer {
}

this._isRunning = true;
let serverStartArgs = ['start', '-t', ...commandLineArgs];
let serverStartArgs = ['start', ...commandLineArgs];

// wire in our auth cookie
if (global.authCookie) {
Expand Down

0 comments on commit dd5bba2

Please sign in to comment.