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

Decoded results in FieldHeader {9 14} not found #47

Open
jbaldwinroberts opened this issue Aug 5, 2024 · 0 comments
Open

Decoded results in FieldHeader {9 14} not found #47

jbaldwinroberts opened this issue Aug 5, 2024 · 0 comments

Comments

@jbaldwinroberts
Copy link

Hey,

I'm trying to decode the following, which results in an error : FieldHeader {9 14} not found

	encodedTransaction := "5354580012000024002BA91E61400000000000006468400000000000000A7321039EA91A69BB132710A75028984C543FBD77C5524E1629C66E6EAEBAC4BE4CA0B481148C1D1D0582F6D9F5844663602F57230CF64D56A483148697E18DBE72098A91D5C69272CF11C12AA443EA"
	decompiledTx, err := binarycodec.Decode(encodedTransaction)
	require.NoError(t, err)

I think this is because the definitions.json is missing some values compared to the file here. Any idea how to fix?

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