Skip to content

Commit

Permalink
core uppercased
Browse files Browse the repository at this point in the history
  • Loading branch information
giladHaimov committed Sep 10, 2024
1 parent 91e7e7c commit 2459c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/gasprice/lfm/nativediscount.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func AdjustGasPriceForEstimation(_networkGasPrice *hexutil.Big, _gasAmount *hexu
}

func AdjustGasPrice(gasAmount uint64, value *big.Int, to *common.Address, data []byte, networkGasPrice *big.Int) *big.Int {
// apply gas-price discount if tx is a 'native' transfer of either Core or whitelisted erc20
// apply gas-price discount if tx is a 'native' transfer of either CORE or whitelisted erc20
if isCoreTransferTx(gasAmount, value, len(data)) {
return discountCoreTransferTx(networkGasPrice)
}
Expand Down

0 comments on commit 2459c2f

Please sign in to comment.