Skip to content

Commit

Permalink
Typo fix chain.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyKing44 authored Jan 23, 2025
1 parent 2a67cca commit 5309886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenger/mocks/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func MockTransactionByHash() *gethtypes.Transaction {
// This is the calldata that is obtained from having only one operator participating in the AVS with a pubkey we choose
// in our setting and is behaving maliciously.
// This calldata was obtained by printing the "RespondToTask" transation and copying the calldata from the logs.
// This calldata was obtained by printing the "RespondToTask" transaction and copying the calldata from the logs.
input, err := hex.DecodeString("5baec9a00000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000090000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a000000000000000000000000000000000000000000000000000000000000001c00bcb2b68b6c68a5aea7fe75b5446c4ca410461fa226c2487d07eb2c504639cb52a3b3f7ef4f62985af31809fdc531483e5f1cd67aa1bcf0f8ac0d17e158aa9670940e64478db51fe630cc540dbeabea34d072a54fd7c743056e18174f9a1b64e00c874e4fcfb88d5c98a0240bc6f7f37d45f2226ca147317b3a2b7243ddb6c1b18b8fa707217c86c152f2ec3824f7de662a7c51d3bdf1c20ad574282dde7e6b30ddcb5a696413e8e02e318ae10dadd07c53822ed6832c97f8923d9f38f55b5170000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000026000000000000000000000000000000000000000000000000000000000000002a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b5c664a181b916702c1acbbe4617a673cf9fffe733ff902353e315e11f9a7c11bd3ff011ee7d19e9d2ceef4475aac85313e8f31e4b8c66114d32e4ef0ee99590000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000")
if err != nil {
panic(err)
Expand Down

0 comments on commit 5309886

Please sign in to comment.