Page MenuHomePhabricator

Fix a shadow warning in askpassphrasedialog.cpp
ClosedPublic

Authored by Fabien on Jul 1 2019, 07:31.

Details

Summary

The toggleShowPassword method defines a local mode variable,
shadowing the AskPassphraseDialog member.
This diff renames the local variable to renderingMode.

Test Plan
make check

Check the warning is now fixed.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable