// These functions dispatch to one or all registered wallets
void RegisterWallet(CWallet* pwalletIn)
i check code, it should be only 1 wallet at the same time, so why does it define a set ?
// These functions dispatch to one or all registered wallets
void RegisterWallet(CWallet* pwalletIn)
i check code, it should be only 1 wallet at the same time, so why does it define a set ?
For future extensibility.