We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0259fcf commit 00bff7fCopy full SHA for 00bff7f
testing/chain.go
@@ -330,11 +330,7 @@ func (chain *TestChain) commitBlock(res *abci.ResponseFinalizeBlock) {
330
Time: chain.CurrentHeader.Time,
331
ValidatorsHash: chain.Vals.Hash(),
332
NextValidatorsHash: chain.NextVals.Hash(),
333
-<<<<<<< HEAD
334
- ProposerAddress: chain.CurrentHeader.ProposerAddress,
335
-=======
336
ProposerAddress: chain.Vals.Proposer.Address,
337
->>>>>>> 64f33e09 (test: update block proposer in testing (#7430))
338
}
339
340
0 commit comments