Skip to content

Commit

Permalink
Update deployment/common/changeset/example/add_mint_burners_link.go
Browse files Browse the repository at this point in the history
Co-authored-by: Graham Goh <[email protected]>
  • Loading branch information
ecPablo and graham-chainlink authored Dec 12, 2024
1 parent 8a25dbc commit fd9fab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func AddMintersBurnersLink(e deployment.Environment, cfg *AddMintersBurnersLinkC
}
for _, burner := range cfg.Burners {
// check if burner is already a burner
isMinter, err := linkState.LinkToken.IsBurner(&bind.CallOpts{Context: e.GetContext()}, burner)
isBurner, err := linkState.LinkToken.IsBurner(&bind.CallOpts{Context: e.GetContext()}, burner)
if err != nil {
return deployment.ChangesetOutput{}, err
}
Expand Down

0 comments on commit fd9fab4

Please sign in to comment.