You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug title
Express the problem in a single concise sentence
Bug description
A clear and concise description of what the bug is.
To Reproduce
functiongetAssetList(){returnnewPromise((resolve,reject)=>{varparams={"refresh": true,"height": 3170671};// Call the APIwallet_api.callApi('assets_list',params,(error,result,full)=>{if(error){console.log("Error invoking contract:",error);// Look here for example. The asset info is there, but an error is returned.reject(error);// Call reject with the errorreturn;}console.log(result);// Resolve the Promise with the resultresolve(result);});});}
Current behaviour
API returns an error, but also the wanted data about assets.
Error: {error: "no valid api call result", answer: {assets: Array(168), id: " call-2", jsonrpc: "2.0"}
Expected behaviour
returns asset list only
Platform and build
Desktop wallet 7.5
reported by @iDoHaveAtgHandleNow on TG
The text was updated successfully, but these errors were encountered:
Bug title
Express the problem in a single concise sentence
Bug description
A clear and concise description of what the bug is.
To Reproduce
Current behaviour
API returns an error, but also the wanted data about assets.
Error: {error: "no valid api call result", answer: {assets: Array(168), id: " call-2", jsonrpc: "2.0"}
Expected behaviour
returns asset list only
Platform and build
reported by @iDoHaveAtgHandleNow on TG
The text was updated successfully, but these errors were encountered: