MyHush / hush

Hush is a fork of Zcash focused on secure communications
https://myhush.org
Other
67 stars 37 forks source link

"hush-cli help" references "zcashaddress" #28

Closed znog77 closed 7 years ago

znog77 commented 7 years ago

When running "hush-cli help" command it references "zcashaddress" which could lead to confusion. For example, one line of the returned text shows: sendtoaddress "zcashaddress" amount ( "comment" "comment-to" subtractfeefromamount )

To avoid confusions, it should return something like: sendtoaddress "hushaddress" amount ( "comment" "comment-to" subtractfeefromamount )

I saw this on hushd version v1.0.9-9b5ced9

leto commented 7 years ago

@radix42 https://github.com/MyHush/hush/pull/30

matthewjamesr commented 7 years ago

This fix was merged in 5d3aad5. Thank you.