Added sim_txs draft

This commit is contained in:
Jae Kwon
2015-07-11 18:01:21 -07:00
parent 24acda1afc
commit 109a3c2dd3
13 changed files with 260 additions and 49 deletions

View File

@ -14,7 +14,7 @@ import (
)
const Version = "0.0.1"
const sleepSeconds = 1 // Every minute
const sleepSeconds = 1 // Every second
// Parse command-line options
func parseFlags() (chopSize int64, limitSize int64, version bool, logFiles []string) {