This will eventually be rolled into hush lightwalletd but this repo is separate for now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
169 B

// Copyright 2021 Jahway603 & The Hush developers
// Released under the GPLv3
package main
import "git.hush.is/jahway603/highlited/cmd"
func main() {
cmd.Execute()
}