Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 9fe02c43ca309179ed2820500f743e7ba7c63d5a
https://github.com/btcsuite/btcwallet/commit/9fe02c43ca309179ed2820500f743e7ba7c63d5a
Author: Josh Rickmar <[email protected]>
Date: 2016-03-11 (Fri, 11 Mar 2016)
Changed paths:
M waddrmgr/manager.go
M waddrmgr/manager_test.go
Log Message:
-----------
Disallow naming accounts the empty string.
This change only prevents creating new accounts with the empty name or
renaming an existing account to one. Any accounts in the DB that are
already named the empty string are left untouched (and should be
renamed to something meaningful by the user).
Fixes #369.