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
Is your feature request related to a problem? Please describe.
I purposely created a scenario in which all the inputs are locked (but there is sufficient amount in the wallet to perform test tx). Then I run init_send_tx using Owner API and I observe the error I get does not indicate outputs are locked. Instead it says "InvalidKeychainMask" which I think could also be caused by not opening the wallet before calling init_send_tx making it ambiguous.
I would like there to be a specific error message that indicates inputs are locked, so that my service can distinguish scenario of not having a wallet opened from the scenario when there are just no available inputs at the moment.
Describe alternatives you've considered
Alternatively I could see it working with different error message when wallet is not opened. As long as they are distinguishable I think it is good.
Additional context
Birds are real!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I purposely created a scenario in which all the inputs are locked (but there is sufficient amount in the wallet to perform test tx). Then I run init_send_tx using Owner API and I observe the error I get does not indicate outputs are locked. Instead it says "InvalidKeychainMask" which I think could also be caused by not opening the wallet before calling
init_send_tx
making it ambiguous.( this is a testnet tx )
Describe the solution you'd like
I would like there to be a specific error message that indicates inputs are locked, so that my service can distinguish scenario of not having a wallet opened from the scenario when there are just no available inputs at the moment.
Describe alternatives you've considered
Alternatively I could see it working with different error message when wallet is not opened. As long as they are distinguishable I think it is good.
Additional context
Birds are real!
The text was updated successfully, but these errors were encountered: