Serialization: Move the distribution channel to the end of the control block enum

This commit is contained in:
Alexis Laferrière
2024-05-22 11:12:30 -07:00
parent 9779806a84
commit 76e7fa9372
2 changed files with 8 additions and 8 deletions

View File

@@ -836,9 +836,9 @@ void Serializer::writeBlockInfoBlock() {
BLOCK_RECORD(control_block, SDK_NAME);
BLOCK_RECORD(control_block, SDK_VERSION);
BLOCK_RECORD(control_block, REVISION);
BLOCK_RECORD(control_block, CHANNEL);
BLOCK_RECORD(control_block, IS_OSSA);
BLOCK_RECORD(control_block, ALLOWABLE_CLIENT_NAME);
BLOCK_RECORD(control_block, CHANNEL);
BLOCK(OPTIONS_BLOCK);
BLOCK_RECORD(options_block, SDK_PATH);