We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f76ad0 commit 7dbe55fCopy full SHA for 7dbe55f
src/bridges/element/ElementBridge.sol
@@ -459,7 +459,7 @@ contract ElementBridge is IDefiBridge {
459
outputValueA = 0;
460
outputValueB = 0;
461
462
- // capture the proficed arguments in a struct to prevent 'stack too deep' errors
+ // capture the provided arguments in a struct to prevent 'stack too deep' errors
463
ConvertArgs memory convertArgs = ConvertArgs({
464
inputAssetAddress: inputAssetA.erc20Address,
465
totalInputValue: totalInputValue,
0 commit comments