Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
e679cdf2
Commit
e679cdf2
authored
Mar 03, 2022
by
Ori Pomerantz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(bridge): Corrected a comment
parent
aa726e84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
L2StandardBridge.sol
...ges/contracts/contracts/L2/messaging/L2StandardBridge.sol
+5
-5
No files found.
packages/contracts/contracts/L2/messaging/L2StandardBridge.sol
View file @
e679cdf2
...
...
@@ -74,13 +74,13 @@ contract L2StandardBridge is IL2ERC20Bridge, CrossDomainEnabled {
}
/**
* @dev Performs the logic for
deposits by storing the token and informing the L2 token Gateway
*
of the deposit
.
* @param _l2Token Address of L2 token where withdrawal
wa
s initiated.
* @param _from Account to pull the
deposit
from on L2.
* @dev Performs the logic for
withdrawals by burning the token and informing
*
the L1 token Gateway of the withdrawal
.
* @param _l2Token Address of L2 token where withdrawal
i
s initiated.
* @param _from Account to pull the
withdrawal
from on L2.
* @param _to Account to give the withdrawal to on L1.
* @param _amount Amount of the token to withdraw.
* param _l1Gas Unused, but included for potential forward compatibility considerations.
*
@
param _l1Gas Unused, but included for potential forward compatibility considerations.
* @param _data Optional data to forward to L1. This data is provided
* solely as a convenience for external contracts. Aside from enforcing a maximum
* length, these contracts provide no guarantees about its content.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment