8 lines
135 B
Go
8 lines
135 B
Go
|
package main
|
||
|
|
||
|
func main() {
|
||
|
// TODO: Implement daemon command and logic
|
||
|
//
|
||
|
// Ref: https://github.com/cosmos/ethermint/issues/433
|
||
|
}
|