Skip to content

CWallet class

Placeholder Pieter Wuille requested to merge github/fork/sipa/walletclass into master

Introduce a new class, CWallet, to manage wallets, and move all wallet-specific code there. All wallet-related globals are turned into fields of CWallet, and one single global, pwalletMain, is added instead.

It consists of two commits: the first one adds the new source files, and moves as much there as possible without actually changing any code. The second commit adds the class definitions, and all other changes.

Forum thread is here: http://forum.bitcoin.org/index.php?topic=9492.0

Merge request reports

Loading