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.
|
// This allows golangci-lint to typecheck the code without errors.
|
||||||
// The actual implementations are provided in platform-specific files.
|
// The actual implementations are provided in platform-specific files.
|
||||||
func getInput() []byte {
|
func getInput() []byte {
|
||||||
// This is a no-op stub - real implementations are in platform-specific files
|
panic("stub")
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue