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

SIGERROR while sending token #312

Open
voteit-top opened this issue Jan 18, 2021 · 0 comments
Open

SIGERROR while sending token #312

voteit-top opened this issue Jan 18, 2021 · 0 comments

Comments

@voteit-top
Copy link

Hi :
Tried to send token in nodejs, code is as below:
var tx = await sunWeb.sidechain.transactionBuilder.sendToken(toAddr, 10, '1003606', 'fromAddr') var signedTx = await sunWeb.sidechain.trx.sign(tx) var broastTx = await sunWeb.sidechain.trx.sendRawTransaction(signedTx)
but get SIGERROR:
{
code: 'SIGERROR',
txid: 'badbffe36b7f2136c27f42ca3e4267c7eff0b103fa4d5915521e897992e91580',
message: '....'
}
mainchain is fine. any Idea? thanks.

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