-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/hash #5
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
base: dev
Are you sure you want to change the base?
Feature/hash #5
Conversation
…ansaction called polygon_checkpoint to the prepare block and added verification for it in process block
var result [][]byte | ||
var othertx = [][]byte{} | ||
|
||
log.Error("Sorting Done") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really an error or more like a debug comment?
var transaction types.Transaction | ||
err := proto.Unmarshal(slice, &transaction) | ||
if err != nil { | ||
log.Error("Error unmarshaling transaction data:", err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you really continue with the proposal if there is an error here? Shouldn't you return an error?
No description provided.