Removed not null conditions from db file to avoid errors on db entry creation due to max_amount and min_amount null possible value
If order is with range now we check if sats amount conversion is inside limit for both values, if order is no range order same logic as before
Implemented same logic of lnP2P bot to diminish max amount or ranged order and mark it as successful ( this part need to be fully tested and improved in style )
Missing things in my mind:
TakeBuy and TakeSell checks if amount received is in the range of order and in case send back a message to user.
Fixes #276
cargo.toml
for mostro-core 5.13max_amount
andmin_amount
null possible valueMissing things in my mind:
TakeBuy
andTakeSell
checks if amount received is in the range of order and in case send back a message to user.