diff --git a/tm-bench/transacter.go b/tm-bench/transacter.go index cdfee0958..d35a9e6f0 100644 --- a/tm-bench/transacter.go +++ b/tm-bench/transacter.go @@ -1,10 +1,10 @@ package main import ( - "crypto/rand" "encoding/binary" "encoding/hex" "fmt" + "math/rand" "sync" "time"