go-ethereum/eth/catalyst
Galoretka 0fe1bc0717
eth/catalyst: fix error message in ExecuteStatelessPayloadV4 (#32269)
Correct the error message in the ExecuteStatelessPayloadV4 function to
reference newPayloadV4 and the Prague fork, instead of incorrectly
referencing newPayloadV3 and Cancun. 

This improves clarity during debugging and aligns the error message with 
the actual function and fork being validated. No logic is changed.

---------

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2025-07-28 09:16:47 +08:00
..
api.go all: define constructor for BlobSidecar (#32213) 2025-07-17 11:19:20 +08:00
api_test.go all: define constructor for BlobSidecar (#32213) 2025-07-17 11:19:20 +08:00
queue.go cmd/geth: implement dev mode for post-merge (#27327) 2023-07-06 04:42:34 -04:00
simulated_beacon.go eth/catalyst: fix edge case in simulated backend (#31871) 2025-07-02 14:50:18 +09:00
simulated_beacon_api.go eth/catalyst: abort dev mode block commit if shut down is triggered (#32166) 2025-07-08 22:15:53 +09:00
simulated_beacon_test.go eth/catalyst: set FeeRecipient in dev mode (#31316) 2025-03-17 09:32:44 +01:00
tester.go cmd, eth/catalyst: exit geth only if exitWhenSynced is specified (#32149) 2025-07-08 15:51:08 +08:00
witness.go eth/catalyst: fix error message in ExecuteStatelessPayloadV4 (#32269) 2025-07-28 09:16:47 +08:00