mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 11:11:41 +00:00
Typo fix in transacter.go
This commit is contained in:
committed by
Anton Kaliaev
parent
45a7ae2e62
commit
279d6a0ebb
@ -207,7 +207,7 @@ func generateTx(a int, b int, hosthash [16]byte) []byte {
|
||||
}
|
||||
|
||||
// 32-40 current time
|
||||
PutUvarint(tx[32:40], uint64(time.Now().Unix()))
|
||||
binary.PutUvarint(tx[32:40], uint64(time.Now().Unix()))
|
||||
|
||||
// 40-64 random data
|
||||
if _, err := rand.Read(tx[40:]); err != nil {
|
||||
|
Reference in New Issue
Block a user