CityOfZion / neo-sharp

Neo-sharp is a new core and node implementation of NEO focused on modular design, best coding practices and testability.
MIT License
35 stars 24 forks source link

Fix typos in command help text #541

Closed jnlewis closed 5 years ago

jnlewis commented 5 years ago

The following commands have wrong help texts: [PromptCommand("import wif", Category = "Wallet", Help = "Close wallet")] [PromptCommand("import nep2", Category = "Wallet", Help = "Close wallet")] [PromptCommand("account export wif", Category = "Account", Help = "Exports an account in nep-2 format")]

jnlewis commented 5 years ago

I'm working on this issue.

jnlewis commented 5 years ago

No permission to create branch, can't make pull request on dev.

osmirnov commented 5 years ago

@jnlewis thank you for helping with this. You can fork the project, create a branch and submit PR against original development from your branch.