mantlenetworkio/mantle

Unable to set zero value for BVM_EigenDataLayrFee contract's setRollupFee function

Closed this issue · 0 comments

System Specs:

  • OS:mac(rde)
  • mantel Version/branch: develop

Describe the bug
Inability to set the rollup fee to zero may lead to a permanent charge, preventing it from being reverted to zero when required.

To Reproduce
Steps to reproduce the behavior:

  1. run 'rde'
  2. shell 'l2 transactions'
  3. setRollupFee>0
  4. setRollupFee=0
  5. open 'mt-batcher log'
  6. See error "execution reverted: BVM_EigenDataLayrFee:setRollupFee _userRollupFee is zero"

Expected behavior
The setRollupFee function should successfully set the fee to zero (0) as intended.

Screenshots
image