mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 19:21:44 +00:00
add git commit hash to nodeInfo
This commit is contained in:
@ -16,9 +16,9 @@ func testStatus(t *testing.T, typ string) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if resp.ChainID != chainID {
|
||||
if resp.NodeInfo.ChainID != chainID {
|
||||
t.Fatal(fmt.Errorf("ChainID mismatch: got %s expected %s",
|
||||
resp.ChainID, chainID))
|
||||
resp.NodeInfo.ChainID, chainID))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user