ashahChen
Results
2
issues of
ashahChen
suppose json is : `j := [0,1,2,3,{"4": {"test0":[1,2,3,"4"]}}] ` run: `length := gjson.Get(j, "4.:4.test0.#").Int() ` get 0; but if change data key from number "4" to string "a": `j :=...
### Describe the bug def get_unclaimed_fees(token_id: int): logger.info(f"--- Starting fee calculation for Token ID: {token_id} ---") # Step 1: Call the functions that we have proven to work. liquidity =...
bug