Branch: refs/heads/master
Home: https://github.com/btcsuite/btcwallet
Commit: 4c839ae3d347c011e8351a8a148c888d053c4ba2
https://github.com/btcsuite/btcwallet/commit/4c839ae3d347c011e8351a8a148c888d053c4ba2
Author: Olaoluwa Osuntokun <[email protected]>
Date: 2016-01-31 (Sun, 31 Jan 2016)
Changed paths:
M wallet/loader.go
Log Message:
-----------
Generate a seed when creating a new wallet if none was provided.
Previously, if a nil seed was passed into loader.CreateNewWallet, a
random seed was never generated. This would cause an error within the
waddrmgr due to the seed being of invalid (0) length.