Branch: refs/heads/master
  Home:   https://github.com/conformal/btcwallet
  Commit: 866912991774dc1112f6091bb3bf75e8aa7f4e8a
      
https://github.com/conformal/btcwallet/commit/866912991774dc1112f6091bb3bf75e8aa7f4e8a
  Author: Josh Rickmar <[email protected]>
  Date:   2013-12-05 (Thu, 05 Dec 2013)

  Changed paths:
    M accountstore.go
    M cmd.go
    M config.go
    M sample-btcwallet.conf
    M sockets.go

  Log Message:
  -----------
  Copy btcd RPC listening behavior.

This change copies the listening behavior of btcd by replacing the
--serverport option with --listen.  By default, btcwallet will only
listen for localhost connections, but with this change it will be
possible to add listeners for remote connections.

This was added due to finding a bug with updateConfigWithActiveParams.
After consulting the btcd source code, the bug was fixed by replacing
the function (as it was no longer needed) when the new listening code
was introduced.

While here, mask out the password flag from being shown in the help
message.


Reply via email to