Skip to content

Commit

Permalink
Update Keeper Default Spec (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalec authored Apr 14, 2022
1 parent 215e37b commit cff98d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/chainlink_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type RunsAttributesResponse struct {
FinishedAt time.Time `json:"finishedAt"`
}

//DecodeLogTaskRun is "ethabidecodelog" task run info,
// DecodeLogTaskRun is "ethabidecodelog" task run info,
// also used for "RequestID" tracing in perf tests
type DecodeLogTaskRun struct {
Fee int `json:"fee"`
Expand All @@ -65,7 +65,7 @@ type DecodeLogTaskRun struct {
Sender string `json:"sender"`
}

//TaskRun is pipeline task run info
// TaskRun is pipeline task run info
type TaskRun struct {
Type string `json:"type"`
CreatedAt time.Time `json:"createdAt"`
Expand Down Expand Up @@ -958,7 +958,7 @@ perform_upkeep_tx [type=ethtx
from="[$(jobSpec.fromAddress)]"
evmChainID="$(jobSpec.evmChainID)"
data="$(encode_perform_upkeep_tx)"
txMeta="{\\"jobID\\":$(jobSpec.jobID)}"]
txMeta="{\\"jobID\\":$(jobSpec.jobID),\\"upkeepID\\":$(jobSpec.upkeepID)}"]
encode_check_upkeep_tx -> check_upkeep_tx -> decode_check_upkeep_tx -> encode_perform_upkeep_tx -> perform_upkeep_tx`
}

Expand Down

0 comments on commit cff98d0

Please sign in to comment.