Skip to content

Commit 1f36f86

Browse files
Ganesha UpadhyayaGanesha Upadhyaya
authored andcommitted
add debug
1 parent 522dc49 commit 1f36f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

baseapp/abci.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ func (app *BaseApp) InitChain(req *abci.RequestInitChain) (*abci.ResponseInitCha
121121

122122
for i := range res.Validators {
123123
if !proto.Equal(&res.Validators[i], &req.Validators[i]) {
124+
fmt.Println(res.Validators[i], req.Validators[i])
124125
return nil, fmt.Errorf("genesisValidators[%d] != req.Validators[%d] ", i, i)
125126
}
126127
}

0 commit comments

Comments
 (0)