protocoin
protocoin copied to clipboard
Create a handle_* method to handle invalid checksums in clients
Today there is no way to receive the header and message data if a message checksum was invalid, a way to solve this is to add a call to a handle_invalid_checksum()
method when a checksum is invalid.