mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
Remove comment from getInput function
Removed comment about reading RLP-encoded payload directly.
This commit is contained in:
parent
067d574445
commit
e564c2d1e2
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue