Skip to content

fix: fix typo in Update build_commit_worker_payload.go - #135

Open
HarleyQeen wants to merge 1 commit into
allora-network:devfrom
HarleyQeen:patch-2
Open

fix: fix typo in Update build_commit_worker_payload.go#135
HarleyQeen wants to merge 1 commit into
allora-network:devfrom
HarleyQeen:patch-2

Conversation

@HarleyQeen

Copy link
Copy Markdown

The generated Go struct from the protobuf definition for InputWorkerDataBundle defines the signature field as InferenceForecastsBundleSignature. In the current code, this field was incorrectly named InferencesForecastsBundleSignature, causing compilation errors. This PR corrects the typo to match the protobuf-generated struct.

Rationale:

Protobuf generator defines InferenceForecastsBundleSignature (singular “Inference…”), so the code must match that exact field name.

Fixes compile-time errors.

The generated Go struct from the protobuf definition for InputWorkerDataBundle defines the signature field as InferenceForecastsBundleSignature. In the current code, this field was incorrectly named InferencesForecastsBundleSignature, causing compilation errors. This PR corrects the typo to match the protobuf-generated struct.

Rationale:

Protobuf generator defines InferenceForecastsBundleSignature (singular “Inference…”), so the code must match that exact field name.

Fixes compile-time errors.

Signed-off-by: AngryLittleBird <221623014+HarleyQeen@users.noreply.github.com>
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