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

optionsdialog.cpp #8

Open
jdawg24 opened this issue Apr 5, 2024 · 7 comments
Open

optionsdialog.cpp #8

jdawg24 opened this issue Apr 5, 2024 · 7 comments

Comments

@jdawg24
Copy link

jdawg24 commented Apr 5, 2024

mapper->addMapping(ui->m_enable_psbt_controls, OptionsModel::EnablePSSUGARontrols);

mapper->addMapping(ui->m_enable_psbt_controls, OptionsModel::EnablePSSUGARontrols);

should reference psbt?

@jdawg24
Copy link
Author

jdawg24 commented Apr 5, 2024

case EnablePSSUGARontrols:

@jdawg24
Copy link
Author

jdawg24 commented Apr 5, 2024

case EnablePSSUGARontrols:

@jdawg24
Copy link
Author

jdawg24 commented Apr 5, 2024

EnablePSSUGARontrols, // bool

@jdawg24
Copy link
Author

jdawg24 commented Apr 5, 2024

bool getEnablePSSUGARontrols() const { return m_enable_psbt_controls; }

@jdawg24
Copy link
Author

jdawg24 commented Apr 6, 2024

} else if (model->getOptionsModel()->getEnablePSSUGARontrols()) {

@jdawg24
Copy link
Author

jdawg24 commented Apr 6, 2024

const bool always_show_unsigned{model->getOptionsModel()->getEnablePSSUGARontrols()};

@jdawg24
Copy link
Author

jdawg24 commented Apr 6, 2024

const bool always_show_unsigned{getOptionsModel()->getEnablePSSUGARontrols()};

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

No branches or pull requests

1 participant