Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update sendfromaddress index matching #1223

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

michaelmcshinsky
Copy link

@michaelmcshinsky michaelmcshinsky commented Dec 16, 2022

  • Fix indicies to match correct counterparts
  • Fix inidices to correct index where index specified does not exist

* Fix indicies to match correct counterparts
* Fix inidices to correct index where index specified does not exist
@michaelmcshinsky michaelmcshinsky force-pushed the rpcwallet-sendfromaddress branch from 159bc4a to eea7554 Compare October 27, 2023 01:22
Copy link

@NiftyRaven NiftyRaven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approval Review for PR #1223

The proposed changes in rpcwallet.cpp effectively adjust the parameter indices in functions such as sendtoaddress, sendfromaddress, and sendmany. These adjustments ensure proper parsing and assignment of coin_control.m_confirm_target and correct the indices for FeeModeFromString. These modifications enhance the accuracy and reliability of the wallet RPC commands, contributing to the overall stability of the code. The changes are well-implemented and straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants