`LiquidityProvider`'s function `computeAsk/BidProvision` is incorrect when underlying logic is `MultiUser`
jkrivine opened this issue · 2 comments
jkrivine commented
Describe the bug
In multi User contract, the available balance for an update might be stored in the offerData
map as free_wei
. Currenlty getMissingProvision
assumes the balance is always 0 for multi user contracts.