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

rlp: input string too long #21

Closed
olegabr opened this issue May 19, 2021 · 1 comment
Closed

rlp: input string too long #21

olegabr opened this issue May 19, 2021 · 1 comment

Comments

@olegabr
Copy link

olegabr commented May 19, 2021

rlp: input string too long for uint64, decoding into (types.LegacyTx).Nonce

Failed to sendRawTransaction: transactionData=Array
(
    [from] => 0xCeE4892B23d6944CF5804Ab1038B2963Cd67d73E
    [nonce] => 0xa0
    [to] => 0x754eb48013f5ff2a3bb746b33a878bdd12595ef4
    [gas] => 0x8fde
    [gasPrice] => 0x156ba09800
    [value] => 0x0
    [chainId] => 3
    [data] => 0xa9059cbb00000000000000000000000032e62b619209b3398fdb2931371ba090059d57000000000000000000000000000000000000000000000000056bc75e2d63100000
)

The same code worked OK for the same wallet address, but stopped at the 160th nonce value.
Tested on Ropsten network.

@olegabr olegabr mentioned this issue May 19, 2021
olegabr added a commit to olegabr/rlp that referenced this issue May 24, 2021
@olegabr
Copy link
Author

olegabr commented May 24, 2021

Fix: olegabr@6ac6613

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

2 participants