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
6ec6e12b
Commit
6ec6e12b
authored
Mar 17, 2021
by
t11s
Committed by
GitHub
Mar 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix confusing comment on finalizeWithdrawal() (#335)
parent
e1fb6dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OVM_L1ETHGateway.sol
...ptimistic-ethereum/OVM/bridge/tokens/OVM_L1ETHGateway.sol
+1
-1
No files found.
packages/contracts/contracts/optimistic-ethereum/OVM/bridge/tokens/OVM_L1ETHGateway.sol
View file @
6ec6e12b
...
@@ -124,7 +124,7 @@ contract OVM_L1ETHGateway is iOVM_L1ETHGateway, OVM_CrossDomainEnabled, Lib_Addr
...
@@ -124,7 +124,7 @@ contract OVM_L1ETHGateway is iOVM_L1ETHGateway, OVM_CrossDomainEnabled, Lib_Addr
/**
/**
* @dev Complete a withdrawal from L2 to L1, and credit funds to the recipient's balance of the
* @dev Complete a withdrawal from L2 to L1, and credit funds to the recipient's balance of the
* L1 ETH token.
* L1 ETH token.
*
This call will fail if the initialized withdrawal from L2 has not been finalized.
*
Since only the xDomainMessenger can call this function, it will never be called before the withdrawal is finalized.
*
*
* @param _to L1 address to credit the withdrawal to
* @param _to L1 address to credit the withdrawal to
* @param _amount Amount of the ETH to withdraw
* @param _amount Amount of the ETH to withdraw
...
...
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