mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
7 lines
112 B
Go
7 lines
112 B
Go
// +build !cl12
|
|
|
|
package cl
|
|
|
|
func (k *Kernel) ArgName(index int) (string, error) {
|
|
return "", ErrUnsupported
|
|
}
|