Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Dec 10, 2024
1 parent cda4c98 commit 6143393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/enclave/evm/evm_facade.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ func eventCfg(logConfig ContractTransparencyConfigEventLogConfig) *core.EventVis
}
}

/*
func logReceipt(r *types.Receipt, logger gethlog.Logger) {
if logger.Enabled(context.Background(), gethlog.LevelTrace) {
logger.Trace("Receipt", log.TxKey, r.TxHash, "Result", receiptToString(r))
Expand All @@ -267,7 +268,7 @@ func receiptToString(r *types.Receipt) string {
}
return fmt.Sprintf("Successfully executed. Receipt: %s", string(receiptJSON))
}

*/
// ExecuteObsCall - executes the eth_call call
func ExecuteObsCall(
ctx context.Context,
Expand Down

0 comments on commit 6143393

Please sign in to comment.