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 e06b5a8 commit b43b3ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/node/sendoperation/readonlycall.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ func EstimateGasCostCallSC(
}

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

Expand Down

0 comments on commit b43b3ec

Please sign in to comment.