mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Add src/wallet/* code to wallet:: namespace
This commit is contained in:
parent
90fc8b089d
commit
f7086fd8ff
94 changed files with 294 additions and 75 deletions
|
|
@ -22,7 +22,6 @@
|
|||
#include <vector>
|
||||
|
||||
class BanMan;
|
||||
class CCoinControl;
|
||||
class CFeeRate;
|
||||
class CNodeStats;
|
||||
class Coin;
|
||||
|
|
@ -36,6 +35,9 @@ struct bilingual_str;
|
|||
namespace node {
|
||||
struct NodeContext;
|
||||
} // namespace node
|
||||
namespace wallet {
|
||||
class CCoinControl;
|
||||
} // namespace wallet
|
||||
|
||||
namespace interfaces {
|
||||
class Handler;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue