Modify client coins
endpoint so None
for asset_id
returns all asset_id
s instead of AssetId::default()
#2960
Labels
Currently the
coins
endpoint on the client will requestAssetId::default()
ifasset_id
field isNone
. This is not expected behavior, and even the query side expects to return all ifNone
:We should consider removing this code from
coins
:The text was updated successfully, but these errors were encountered: