mirror of
https://github.com/status-im/status-go.git
synced 2025-02-04 19:04:16 +00:00
8 lines
112 B
Go
8 lines
112 B
Go
|
// +build !cl12
|
||
|
|
||
|
package cl
|
||
|
|
||
|
func (k *Kernel) ArgName(index int) (string, error) {
|
||
|
return "", ErrUnsupported
|
||
|
}
|