Skip to content

Commit

Permalink
Adding abi comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yashnevatia committed Nov 24, 2024
1 parent 5e3277e commit 73fb6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gethwrappers/abigen.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func DeployZkSync%s(auth *bind.TransactOpts, backend bind.ContractBackend, param
if err != nil {
return common.Address{}, nil, nil, err
}
// TODO: we should not pass nil as the first argument here, we should use auth values provided by the user
hash, err := wallet.DeployWithCreate(nil, zkSyncAccounts.CreateTransaction{
Bytecode: decodedBytes,
Calldata: constructor,
Expand Down

0 comments on commit 73fb6db

Please sign in to comment.