Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcwallet
  Commit: b0566e09c8857bd991fa08e57ba396096d8eebf6
      
https://github.com/btcsuite/btcwallet/commit/b0566e09c8857bd991fa08e57ba396096d8eebf6
  Author: Josh Rickmar <[email protected]>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M config.go
    A internal/cfgutil/file.go
    A internal/cfgutil/normalization.go
    A netparams/params.go
    M params.go
    M rpcserver.go
    M walletsetup.go

  Log Message:
  -----------
  Separate out default ports and utility funcs.

This change moves the chain and network parameter definitions, along
with the default client and server ports, to a package for reuse by
other utilities (most notably, tools in the cmd dir).  Along with it,
functions commonly used for config parsing and validation are moved to
an internal package since they will also be useful for distributed
tools.


Reply via email to