Skip to content

Commit

Permalink
chore: review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 committed Dec 11, 2023
1 parent 0b5aefd commit f0e823d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/attest.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func (k Keeper) attestRouter(ctx context.Context, q consensus.Queuer, msg consen
smartContractID := origMsg.UploadSmartContract.GetId()
deployment, _ := k.getSmartContractDeploymentByContractID(ctx, smartContractID, chainReferenceID)
if deployment == nil {
logger.WithFields(err).With("smart-contract-id", smartContractID).Error("Smart contract not found")
logger.WithError(err).WithFields("smart-contract-id", smartContractID).Error("Smart contract not found")
return ErrCannotActiveSmartContractThatIsNotDeploying
}

Expand Down

0 comments on commit f0e823d

Please sign in to comment.