Skip to content

Commit

Permalink
disable logic calls (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizualni authored Aug 18, 2022
1 parent 23d029f commit bc75384
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/evm/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ func (k Keeper) AddSmartContractExecutionToConsensus(
turnstoneID string,
logicCall *types.SubmitLogicCall,
) error {
k.Logger(ctx).Info("wanting to add smart contract execution to chain. skipping for now as it's not yet supported officially")
return nil

return k.ConsensusKeeper.PutMessageInQueue(
ctx,
consensustypes.Queue(
Expand Down

0 comments on commit bc75384

Please sign in to comment.