Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: a1bd15e7c2006d2489fd3d84bc9dd24312b04ba9
https://github.com/btcsuite/btcd/commit/a1bd15e7c2006d2489fd3d84bc9dd24312b04ba9
Author: David Hill <[email protected]>
Date: 2015-06-10 (Wed, 10 Jun 2015)
Changed paths:
M config.go
Log Message:
-----------
Fix --onion.
The configured onion proxy was not being used due to checking if the
passed string had suffix '.onion', which never matched because the
port number is part of the string.