Skip to content

Commit

Permalink
chore: remove legacy binding field (#1329)
Browse files Browse the repository at this point in the history
# Related Github tickets

- VolumeFi#2497

# Background

Removes an unused field from the scheduler module legacy bindings.
Additional fields are discarded, so backwards compatibility is not
broken here.

# Testing completed

- [x] test coverage exists or has been added/updated
- [x] tested in a private testnet

# Breaking changes

- [x] I have checked my code for breaking changes
- [x] If there are breaking changes, there is a supporting migration.
  • Loading branch information
byte-bandit authored Jan 16, 2025
1 parent 7666069 commit 7d326c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/scheduler/bindings/legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type customLegacyMessenger struct {

type executeJobWasmEvent struct {
JobID string `json:"job_id"`
Sender string `json:"sender"`
Payload []byte `json:"payload"`
}

Expand Down

0 comments on commit 7d326c9

Please sign in to comment.