Skip to content

Commit

Permalink
chore: merge dev16 master (#1260)
Browse files Browse the repository at this point in the history
Merge master back to dev16 branch.
  • Loading branch information
maharifu committed Aug 16, 2024
1 parent ef98c1b commit 28c5684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/attest_upload_smart_contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func (a *uploadSmartContractAttester) attest(ctx sdk.Context, evidence *types.Tx
// if len(transfers) == 0 {
// return a.k.SetSmartContractAsActive(ctx, smartContractID, a.chainReferenceID)
// }
//

// deployment.Erc20Transfers = transfers
// if err := a.k.updateSmartContractDeployment(ctx, smartContractID, a.chainReferenceID, deployment); err != nil {
// a.logger.WithError(err).Error("Failed to update smart contract deployment")
Expand Down

0 comments on commit 28c5684

Please sign in to comment.