Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fleandrei committed Jan 13, 2025
1 parent 795063f commit e06b5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/node/sendoperation/readonlycall.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ func EstimateGasCostCallSC(
}

estimatedGasCost := uint64(result.GasCost)
fmt.Printf("estimatedGasCost: %+v\n\n\n", estimatedGasCost)
fmt.Printf("addXPercentage(estimatedGasCost, PercentageGasLimit): %+v\n\n\n", addXPercentage(estimatedGasCost, PercentageGasLimit))
logger.Warn("estimatedGasCost: %+v\n\n\n", estimatedGasCost)
logger.Warn("addXPercentage(estimatedGasCost, PercentageGasLimit): %+v\n\n\n", addXPercentage(estimatedGasCost, PercentageGasLimit))
return addXPercentage(estimatedGasCost, PercentageGasLimit), nil
}

Expand Down

0 comments on commit e06b5a8

Please sign in to comment.