mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 06:01:21 +00:00
parent
b78606d94f
commit
72da553ed9
@ -2,6 +2,7 @@ package types
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
crypto "github.com/tendermint/go-crypto"
|
crypto "github.com/tendermint/go-crypto"
|
||||||
@ -65,6 +66,7 @@ func makeCommit(blockID BlockID, height int64, round int,
|
|||||||
Round: round,
|
Round: round,
|
||||||
Type: VoteTypePrecommit,
|
Type: VoteTypePrecommit,
|
||||||
BlockID: blockID,
|
BlockID: blockID,
|
||||||
|
Timestamp: time.Now().UTC(),
|
||||||
}
|
}
|
||||||
|
|
||||||
// all sign
|
// all sign
|
||||||
|
Loading…
x
Reference in New Issue
Block a user