Hello, this PR adds aliases for all privkey and pubkey rpc calls.<br>
For example:
importprivatekey does the same as importprivkey
Same with importpublickey and importpubkey<br>
Aliases that have been added
- importprivatekey => importprivkey
- importpublickey => importpubkey
- signmessagewithprivatekey => signmessagewithprivkey
I added the aliases because I did several typos in the past where I've written public and private instead of pub and priv.
However I haven't added the aliases to the help/qt autocompletion because I added them, as stated above, for typos.
Greetings Emil