Skip to content

Commit

Permalink
Apply formatting changes to solidity files
Browse files Browse the repository at this point in the history
  • Loading branch information
86667 committed Dec 16, 2024
1 parent 692cdbf commit 15ca457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zilliqa/src/contracts/deposit_v3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ contract Deposit is UUPSUpgradeable {
revert RogueKeyCheckFailed();
}


if (msg.value < $.minimumStake) {
revert StakeAmountTooLow();
}
Expand Down

0 comments on commit 15ca457

Please sign in to comment.