We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In file contract/contract.go, there can be a bug while executing preloaded tx executor. Investigate and fix it if needed.
contract/contract.go
// create a new context // FIXME need valid context ctx := NewVmContext(context.Background(), bs, nil, nil, receiver, contractState, txBody.GetAccount(), tx.GetHash(), request.bi, "", false, false, receiver.RP(), request.preloadService, txBody.GetAmountBigInt(), txBody.GetGasLimit(), txBody.Type == types.TxType_FEEDELEGATION)
The text was updated successfully, but these errors were encountered:
If preloaded txns were removed, I suspect this issue can be closed
Sorry, something went wrong.
@hayarobi Can this be closed?
No branches or pull requests
In file
contract/contract.go
, there can be a bug while executing preloaded tx executor. Investigate and fix it if needed.The text was updated successfully, but these errors were encountered: