Reverted global

This commit is contained in:
obscuren
2015-03-11 16:33:04 +01:00
parent 7add66c8bb
commit 6b63759ded
2 changed files with 3 additions and 8 deletions

View File

@ -201,7 +201,7 @@ func startEth(ctx *cli.Context, eth *eth.Ethereum) {
if len(split) != 2 {
utils.Fatalf("Illegal 'unlock' format (address:password)")
}
am := utils.GetAccountManager(ctx)
am := eth.AccountManager()
// Attempt to unlock the account
err := am.Unlock(ethutil.Hex2Bytes(split[0]), split[1])
if err != nil {