You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2 will handle transactions which are invalid due to consensus rules (bad signature, wrong nonce, etc). The mechanism is general enough to handle fully malformed transactions as well, since Block.rejected holds []byte and not types.Transaction. We should hook up the transaction unmarshalling in the API handlers to the population of the rejected field.
The text was updated successfully, but these errors were encountered:
#2 will handle transactions which are invalid due to consensus rules (bad signature, wrong nonce, etc). The mechanism is general enough to handle fully malformed transactions as well, since
Block.rejected
holds[]byte
and nottypes.Transaction
. We should hook up the transaction unmarshalling in the API handlers to the population of the rejected field.The text was updated successfully, but these errors were encountered: