casper-ecosystem / casper-js-sdk

TypeScript Casper Client SDK
Apache License 2.0
71 stars 60 forks source link

Misleading function name #328

Open aurel-fr opened 1 year ago

aurel-fr commented 1 year ago

Describe the bug Misleading function name

To Reproduce

https://github.com/casper-ecosystem/casper-js-sdk/blob/53d7d9af15f4a2ffc33098490fa4b1cbe9de1cbb/src/lib/Keys.ts#L36

Expects a base64 key and not a base16 key, as the name would imply.

Defect Type