tokamak-network/plasma-evm-contracts

stake: failed to request withdrawal with commission rate over 0.5

Closed this issue · 0 comments

4000D commented

DepositManager.requestWithdrawal fails when below conditions are satisfied.

  1. when 2+ root chains are deployed with commission rate over 0.5, and 2 users deposit equally to all root chains.
  2. when the amount of stakes from the first takes 95% of total stakes (the second user deposits 5% of total stakes)
  3. after 10+ root chain blocks mined(and after 100+ seconds)
  4. when the first user tries to withdraw his stakes from all root chains.