mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 23:33:41 +02:00
Rather than abusing the member variables self._priv_key and self._address to determine the MiniWallet mode, save it explicitly instead in the constructor to increase the readability and maintainability of the code.