-
Notifications
You must be signed in to change notification settings - Fork 6
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
Whf/add genesis #138
base: dev
Are you sure you want to change the base?
Whf/add genesis #138
Conversation
@@ -17,6 +17,7 @@ import ( | |||
// if there is no new fully downloaded batch - do not short circuit | |||
// returns (shouldShortCircuit, blockNumber, error) | |||
func ShouldShortCircuitExecution(tx kv.RwTx, logPrefix string) (bool, uint64, error) { | |||
return false, 0, nil |
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.
It should delete this debug code.
@@ -0,0 +1,26 @@ | |||
|
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.
Should it add a readme file to discribe how to use these files step one by one?
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.
😉
No description provided.