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
'signrawtransaction' will sign with any keys it can find in the wallet, regardless of what account it is in.
For certain use cases it would probably be nice to have an 'account safe' version (or an extra paramater to make it account safe) such that it then limits the signing to only keys from the specified/active account and won't sign from other accounts.
Example: Some service that hosts multiple user accounts in one wallet.
'signrawtransaction' will sign with any keys it can find in the wallet, regardless of what account it is in.
For certain use cases it would probably be nice to have an 'account safe' version (or an extra paramater to make it account safe) such that it then limits the signing to only keys from the specified/active account and won't sign from other accounts.
Example: Some service that hosts multiple user accounts in one wallet.
See also: #195
The text was updated successfully, but these errors were encountered: