mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
cmd/keeper: stub should panic
This commit is contained in:
parent
94aec60a94
commit
7ba31d5f3c
1 changed files with 1 additions and 2 deletions
|
|
@ -22,6 +22,5 @@ package main
|
|||
// This allows golangci-lint to typecheck the code without errors.
|
||||
// The actual implementations are provided in platform-specific files.
|
||||
func getInput() []byte {
|
||||
// This is a no-op stub - real implementations are in platform-specific files
|
||||
return nil
|
||||
panic("stub")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue