Skip to content

Commit

Permalink
Update LibBonds.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jul 4, 2024
1 parent 9f84826 commit 94747e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/libs/LibBonds.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ library LibBonds {
)
internal
{
_tko(_resolver).transferFrom(msg.sender, address(this), _amount);
_state.bondBalance[msg.sender] += _amount;
_tko(_resolver).transferFrom(msg.sender, address(this), _amount);
}

/// @dev Withdraws Taiko token.
Expand Down

0 comments on commit 94747e8

Please sign in to comment.