Make the '600000' hardcode safer

This commit is contained in:
derpy-duck 2023-02-16 15:56:57 +00:00 committed by scnale
parent 447db2cd00
commit 585626c1fc
1 changed files with 1 additions and 1 deletions

View File

@ -1077,7 +1077,7 @@ contract TestCoreRelayer is Test {
DeliveryStackTooDeep memory stack; DeliveryStackTooDeep memory stack;
if ( if (
uint256(1) * feeParams.targetNativePrice * gasParams.targetGasPrice uint256(1) * feeParams.targetNativePrice * gasParams.targetGasPrice * 10
< uint256(1) * feeParams.sourceNativePrice * gasParams.sourceGasPrice < uint256(1) * feeParams.sourceNativePrice * gasParams.sourceGasPrice
) { ) {
stack.paymentNotEnough = stack.paymentNotEnough =