Skip to content

Commit c1e2e5e

Browse files
committed
why did you fail us here, my boy mergify
1 parent 0259fcf commit c1e2e5e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

testing/chain.go

-4
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,7 @@ func (chain *TestChain) commitBlock(res *abci.ResponseFinalizeBlock) {
330330
Time: chain.CurrentHeader.Time,
331331
ValidatorsHash: chain.Vals.Hash(),
332332
NextValidatorsHash: chain.NextVals.Hash(),
333-
<<<<<<< HEAD
334-
ProposerAddress: chain.CurrentHeader.ProposerAddress,
335-
=======
336333
ProposerAddress: chain.Vals.Proposer.Address,
337-
>>>>>>> 64f33e09 (test: update block proposer in testing (#7430))
338334
}
339335
}
340336

0 commit comments

Comments
 (0)