Skip to content
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

Fail to transfer coin between two valid address #89

Open
raghavdhingra opened this issue Mar 31, 2022 · 1 comment
Open

Fail to transfer coin between two valid address #89

raghavdhingra opened this issue Mar 31, 2022 · 1 comment

Comments

@raghavdhingra
Copy link

I have set up a full local node using kava start command.
I am using Javascript SDK from transferring coins between two valid kava addresses (obtained using Keplr and trust wallet).

When I am initiating the transaction using the following function:

const txHash = await client.transfer(recipient, coins);
const txRes = await client.checkTxHash(txHash, 15000);

It throws an error:

Status: 400
Status text: Bad Request
Error: rpc error: code = NotFound desc = rpc error: code = NotFound desc = account kava1yr79e73njkrjc0qg3sl444l0mq4gk78p0kngsv not found: key not found

And the value of transaction Hash txHash is undefined

@raghavdhingra
Copy link
Author

I am following the current documentation to set up the node as well as creating the transaction using the Kava official Javascript SDK.
https://docs.kava.io/docs/cosmos/getting-started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant