mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
network > chain_id, put in genesis.json
This commit is contained in:
@ -65,7 +65,7 @@ func TestCopyState(t *testing.T) {
|
||||
func makeBlock(t *testing.T, state *State, commits []types.Commit, txs []types.Tx) *types.Block {
|
||||
block := &types.Block{
|
||||
Header: &types.Header{
|
||||
Network: "tendermint_test",
|
||||
ChainID: "tendermint_test",
|
||||
Height: state.LastBlockHeight + 1,
|
||||
Time: state.LastBlockTime.Add(time.Minute),
|
||||
Fees: 0,
|
||||
|
Reference in New Issue
Block a user