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
It's allow to add additional bytes at the end of the byte array representing a block or a transaction (SidechainBlock.serialize(), SidechainCoreTransactionSerializer.serialize()).
The modified data is sent to the network with these additional bytes and it's validated by the other nodes by just discarding these bytes (they are ignored in the deserialization process).
The text was updated successfully, but these errors were encountered:
It's allow to add additional bytes at the end of the byte array representing a block or a transaction (
SidechainBlock.serialize(
),SidechainCoreTransactionSerializer.serialize()
).The modified data is sent to the network with these additional bytes and it's validated by the other nodes by just discarding these bytes (they are ignored in the deserialization process).
The text was updated successfully, but these errors were encountered: