![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include "wallet.h"
#include "walletdb.h"
#include "crypter.h"
#include "ui_interface.h"
#include "base58.h"
#include "coincontrol.h"
#include <boost/algorithm/string/replace.hpp>
Go to the source code of this file.
Classes | |
struct | CompareValueOnly |
class | CCorruptAddress |
Functions | |
bool | GetWalletFile (CWallet *pwallet, string &strWalletFileOut) |
bool GetWalletFile | ( | CWallet * | pwallet, |
string & | strWalletFileOut | ||
) |
Definition at line 1521 of file wallet.cpp.