diff --git a/cmd/keeper/getpayload_ziren.go b/cmd/keeper/getpayload_ziren.go index 2cc8365388..11c5845bcc 100644 --- a/cmd/keeper/getpayload_ziren.go +++ b/cmd/keeper/getpayload_ziren.go @@ -26,7 +26,6 @@ import ( // The zkVM host provides the RLP-encoded Payload structure containing // the block and witness data through the runtime's input mechanism. func getInput() []byte { - // Read the RLP-encoded payload directly from the zkVM runtime input := zkruntime.Read[[]byte]() return input }