mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 19:21:44 +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
|
// 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
|
// 40-64 random data
|
||||||
if _, err := rand.Read(tx[40:]); err != nil {
|
if _, err := rand.Read(tx[40:]); err != nil {
|
||||||
|
Reference in New Issue
Block a user