Fix a typo.

This commit is contained in:
Josh Rickmar 2013-12-30 16:32:25 -05:00
parent 13868e76ec
commit bf7c5fa062

View file

@ -168,7 +168,7 @@ func makeDumpPrivKey(args []interface{}) (btcjson.Cmd, error) {
}
// makeGetAccount generates the cmd structure for
// getaddress commands.
// getaccount commands.
func makeGetAccount(args []interface{}) (btcjson.Cmd, error) {
return btcjson.NewGetAccountCmd("btcctl", args[0].(string))
}