Fix a typo.
This commit is contained in:
parent
13868e76ec
commit
bf7c5fa062
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ func makeDumpPrivKey(args []interface{}) (btcjson.Cmd, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// makeGetAccount generates the cmd structure for
|
// makeGetAccount generates the cmd structure for
|
||||||
// getaddress commands.
|
// getaccount commands.
|
||||||
func makeGetAccount(args []interface{}) (btcjson.Cmd, error) {
|
func makeGetAccount(args []interface{}) (btcjson.Cmd, error) {
|
||||||
return btcjson.NewGetAccountCmd("btcctl", args[0].(string))
|
return btcjson.NewGetAccountCmd("btcctl", args[0].(string))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue