}
}
}
+ other[Traded] = addr[Traded]
}
/* Buy a Device of Cloaking */
func main() {
flag.Parse()
+ if *start == "" || *funds == 0 {
+ print("--start and --funds are required. --help for more\n")
+ return
+ }
if *cpuprofile != "" {
f, err := os.Create(*cpuprofile)
if err != nil {