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
oh ok the error handling code (error-disregarding, I should say) in serializePath (in ledger-js lib) is wildly twisting the facts
that code reads as follows:
asyncserializePath(path){this.versionResponse=awaitgetVersion(this.transport);switch(this.versionResponse.major){case0:
case1:
case2:
returnserializePathv1(path);default:
return{return_code: 0x6400,error_message: "App Version is not supported",};}}
and the this.versionResponse we get when the app is not open is:
oh ok the error handling code (error-disregarding, I should say) in
serializePath
(in ledger-js lib) is wildly twisting the factsthat code reads as follows:
and the
this.versionResponse
we get when the app is not open is:Originally posted by @pro-wh in oasisprotocol/wallet#376 (comment)
The text was updated successfully, but these errors were encountered: