8 lines
133 B
Go
8 lines
133 B
Go
package main
|
|
|
|
func main() {
|
|
// TODO: Implement CLI commands and logic
|
|
//
|
|
// Ref: https://github.com/cosmos/ethermint/issues/432
|
|
}
|