Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 24, 2023
1 parent 93aeaec commit 56a65d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/bridge/libs/LibBridgeRetry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library LibBridgeRetry {

address ethVault = resolver.resolve("ether_vault", true);
if (ethVault != address(0)) {
EtherVault(payable(ethVault)).returnEther(message.callValue);
EtherVault(payable(ethVault)).releaseEther(message.callValue);
}

// successful invocation
Expand Down

0 comments on commit 56a65d9

Please sign in to comment.