mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-20 14:11:29 +00:00
[cherry-picked] Fixing handling of contexts in the ABCI++ rebased branch (#7768)
* Fixing context * Removed logger change * Fixing UTs * Bump
This commit is contained in:
@@ -335,6 +335,7 @@ func TestCreateProposalBlock(t *testing.T) {
|
||||
|
||||
extCommit := &types.ExtendedCommit{Height: height - 1}
|
||||
block, err := blockExec.CreateProposalBlock(
|
||||
ctx,
|
||||
height,
|
||||
state,
|
||||
extCommit,
|
||||
@@ -421,6 +422,7 @@ func TestMaxProposalBlockSize(t *testing.T) {
|
||||
|
||||
extCommit := &types.ExtendedCommit{Height: height - 1}
|
||||
block, err := blockExec.CreateProposalBlock(
|
||||
ctx,
|
||||
height,
|
||||
state,
|
||||
extCommit,
|
||||
|
||||
Reference in New Issue
Block a user