Commit 59eb77f0 authored by vipwzw's avatar vipwzw

auto ci

parent 9e17640c
......@@ -76,7 +76,6 @@ func TestDposPerf(t *testing.T) {
ioutil.WriteFile("genesis.json", []byte(localGenesis), 0664)
ioutil.WriteFile("priv_validator.json", []byte(localPriv), 0664)
DposPerf()
fmt.Println("=======start clear test data!=======")
clearTestData()
......
......@@ -507,7 +507,7 @@ func TestNode(t *testing.T) {
fmt.Println(cs1.(*Client).testFlag)
fmt.Println(cs1.(*Client).GetConsensusState() == nil)
fmt.Println(cs1.(*Client).GetConsensusState().String())
fmt.Println(cs1.(*Client).GetConsensusState().GetValidators()==nil)
fmt.Println(cs1.(*Client).GetConsensusState().GetValidators() == nil)
fmt.Println(cs1.(*Client).GetConsensusState().GetValidatorMgr().ChainID)
fmt.Println(cs1.(*Client).GetConsensusState().GetPrivValidator().GetAddress() == nil)
fmt.Println(cs1.(*Client).GetConsensusState().IsProposer())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment