forked from cerc-io/laconicd-deprecated
remove unused var (#680)
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
co-authored by
Federico Kunze Küllmer
parent
f4ebe6e8b9
commit
2476cc5e3c
@@ -147,7 +147,7 @@ func (suite *KeeperTestSuite) TestGetCoinbaseAddress() {
|
||||
header.ProposerAddress = valConsAddr.Bytes()
|
||||
suite.ctx = suite.ctx.WithBlockHeader(header)
|
||||
|
||||
validator, found := suite.app.StakingKeeper.GetValidatorByConsAddr(suite.ctx, valConsAddr.Bytes())
|
||||
_, found := suite.app.StakingKeeper.GetValidatorByConsAddr(suite.ctx, valConsAddr.Bytes())
|
||||
suite.Require().True(found)
|
||||
|
||||
suite.app.EvmKeeper.WithContext(suite.ctx)
|
||||
|
||||
Reference in New Issue
Block a user