Skip to content

Fix transaction_id field number in TimeSyncData#4

Open
cashcon57 wants to merge 1 commit intoi-soxi:mainfrom
cashcon57:main
Open

Fix transaction_id field number in TimeSyncData#4
cashcon57 wants to merge 1 commit intoi-soxi:mainfrom
cashcon57:main

Conversation

@cashcon57
Copy link
Copy Markdown

transaction_id was assigned field number 2, which is already used by unknown1 in the same message. Protobuf requires unique field numbers within a message - this would cause a compilation error. Changed transaction_id to field number 3.

transaction_id was assigned field number 2, which is already used by unknown1 in the same message. Protobuf requires unique field numbers within a message - this would cause a compilation error. Changed transaction_id to field number 3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant