You are viewing a single comment's thread from:

RE: Opening a NFT card shop in Splinterlands for $25+

in #splinterlands4 years ago (edited)

Hmm. Well "gold" should be just the symbol true, not the string "True".

Could it be that your bids.json is not an array? Happy to help debug it if it's something else too.

bids.json

[
{ "card_detail_id": 439, "amount": 2, "bid_usd": "6.00", "edition": 7, "gold": True }
]

Edit: code

Sort:  

with "gold":True I get errors in json.loads
with "gold":true or "gold":"True" I get the set_sorted_sales error I mentioned previously.