Skip to content

Commit

Permalink
internal/ethapi: rename authlist to authorizationList in transaction …
Browse files Browse the repository at this point in the history
…args
  • Loading branch information
lightclient committed Dec 12, 2024
1 parent f33b87a commit 618fcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/transaction_args.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type TransactionArgs struct {
Proofs []kzg4844.Proof `json:"proofs"`

// For SetCodeTxType
AuthList []types.Authorization `json:"authList"`
AuthorizationList []types.Authorization `json:"authorizationList"`

// This configures whether blobs are allowed to be passed.
blobSidecarAllowed bool
Expand Down

0 comments on commit 618fcea

Please sign in to comment.