Skip to content

Commit

Permalink
drop httpuipath for ticketbuyer.conf as it is unused now (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolan authored Sep 1, 2016
1 parent 18238ba commit 190c5e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions cmd/dcrinstall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ version).
dcrinstall has been tested on Windows 10, Windows 7, OSX 10.11, Bitrig current,
OpenBSD, Fedora, Ubuntu, and Raspbian.

Due to an issue with the go cross-compiler, binaries are not available
for linux-arm64. Users running Linux on arm64 should either build
from source or contact the decred developers for a binary for that
platform.

## License

dcrinstall is licensed under the [copyfree](http://copyfree.org) ISC
Expand Down
4 changes: 0 additions & 4 deletions cmd/dcrinstall/dcrinstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,6 @@ func (c *ctx) createConfigTicketbuyer(b binary, f *os.File) (string, error) {
case strings.HasPrefix(line, "httpsvrport"):
// use default from config file

case strings.HasPrefix(line, "httpuipath"):
dir := filepath.Join(c.s.Destination, "webui")
line = fmt.Sprintf("httpuipath=%v\n", dir)

case strings.HasPrefix(line, "simnet"):
a := "0"
if c.s.Net == netSim {
Expand Down

0 comments on commit 190c5e0

Please sign in to comment.