8000 Incorrect argument types for the signTransactionWithPrivateKey function · Issue #1927 · LiskHQ/lisk-mobile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Incorrect argument types for the signTransactionWithPrivateKey function #1927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tracked by #1368
ManuGowda opened this issue Jul 17, 2023 · 0 comments
Closed
Tracked by #1368
Assignees
Milestone

Comments

@ManuGowda
Copy link
Contributor

Expected behavior

Call signTransactionWithPrivateKey with correct parameter values.

const res = transactions.signTransactionWithPrivateKey(
        transaction,
        chainIDBuffer,
        privateKeyBuffer,
        schema
);

Actual behavior

const res = transactions.signTransactionWithPrivateKey(
        schema,
        transaction,
        Buffer. from (networkIdentifier),
        this .keypair.secretKey
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants
0