Allow wallet only
segwit capable coins in orderbook method + related bugs
#2050
Labels
improvement: orders
priority: medium
Moderately important tasks that should be completed but are not urgent.
Describe the bug
Recently, coins such as LTC and DGB were marked as
wallet_only
to motivate users to useLTC-segwit
andDGB-segwit
instead.This results in the following response from the API when attempting to request the orderbook.
Note: The error message in v1 is actually incorrect as
LTC
was the rel coin, not the base coin. v2 method error is ok.The v2 response has some unexpected data also.
This entry specifies
LTC
, but for anLTC-segwit
address. I've confirmed that order was created on2.0.0-beta_91be151
withLTC-segwit
enabled asLTC-segwit
, via thestart_simple_market_maker_bot
method configured as belowWhat do you want
LTC
orLTC-segwit
would return the same orderbook, though we didnt have one of them marked wallet only so likely this case was never considered.LTC-segwit
orders in the orderbook.The text was updated successfully, but these errors were encountered: