Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: cc3e49fabbb9c01378d5aab6b0682e6efc9b0dc5
https://github.com/conformal/btcd/commit/cc3e49fabbb9c01378d5aab6b0682e6efc9b0dc5
Author: Dave Collins <[email protected]>
Date: 2014-06-07 (Sat, 07 Jun 2014)
Changed paths:
M config.go
Log Message:
-----------
Make loadConfig function name a variable.
The errors in the loadConfig function had the function name hardcoded in
each error. This commit assigns the function name to a variable instead.