malloc size in assembleBlockAndSubmit #27
jesterhodl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's a safety provision in
assembleBlockAndSubmit()
to use a hardcoded value of 8500000:Shouldn't we align with the defined value and use:
MAX_SUBMITBLOCK_SIZE
instead?Beta Was this translation helpful? Give feedback.
All reactions