Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
marvikomo committed Mar 19, 2024
1 parent 7064e7f commit e212e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/Vault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ contract Vault is
"Insufficient Balance"
);



userCollateralBalance[msg.sender] += _depositAmount;

totalCollateral += _depositAmount;
Expand Down

0 comments on commit e212e93

Please sign in to comment.