We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae176c0 commit cc22602Copy full SHA for cc22602
js/Redeemer.js
@@ -44,8 +44,8 @@ export const privateKeyToAddress = (module, privateKey) => {
44
}
45
46
export default {
47
- privateKeyToPublicKey: privateKeyToPublicKey(privateKeyToPublicKey, RustModule),
48
- privateKeyToAddress: privateKeyToAddress(privateKeyToAddress, module),
+ privateKeyToPublicKey: apply(privateKeyToPublicKey(privateKeyToPublicKey, RustModule)),
+ privateKeyToAddress: apply(privateKeyToAddress(privateKeyToAddress, module)),
49
PRIVATE_KEY_SIZE: PRIVATE_KEY_SIZE,
50
PUBLIC_KEY_SIZE: PUBLIC_KEY_SIZE,
51
ADDRESS_SIZE: ADDRESS_SIZE
0 commit comments