Skip to content

Commit a56a963

Browse files
committed
fixup! Replace COA.call with COA.callWithSigAndArgs for reduced computation cost
1 parent 694eed9 commit a56a963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cadence/contracts/connectors/evm/UniswapV2SwapConnectors.cdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ access(all) contract UniswapV2SwapConnectors {
357357
args: [AnyStruct],
358358
gasLimit: UInt64,
359359
value: UInt,
360-
resultTypes: [Type]?
360+
resultTypes: [Type]?,
361361
dryCall: Bool
362362
): EVM.ResultDecoded? {
363363
if let coa = self.borrowCOA() {

0 commit comments

Comments
 (0)