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
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
is there a reason why get_inputs always uses default security level to generate addresses? Maybe it makes sense to add parameter security_level for the sake of consistency? otherwise get_inputs is useless for security_level 1 and 3 .
The text was updated successfully, but these errors were encountered:
Hey @lunfardo314 good catch; thanks for raising this issue!
That does look like an oversight; I agree that it makes sense to make security level configurable.
Hm. I addition to get_inputs, we should probably also add a parameter to prepare_transfer and send_transfer (would configure generation of input addresses and change address).
todofixthis
changed the title
security_level for get_inputs
Add security_level parameter to get_inputs, prepare_transfer and send_transfer
Mar 30, 2018
is there a reason why
get_inputs
always uses default security level to generate addresses? Maybe it makes sense to add parametersecurity_level
for the sake of consistency? otherwiseget_inputs
is useless forsecurity_level
1 and 3 .The text was updated successfully, but these errors were encountered: