diff options
| author | Anthony Towns <[email protected]> | 2018-07-09 18:15:50 +1000 |
|---|---|---|
| committer | Anthony Towns <[email protected]> | 2018-07-09 22:21:15 +1000 |
| commit | 9a44db2e46af2b73e0dbaa929244161b18c15162 (patch) | |
| tree | caff85feeaa6af556416c94af0dd10e33c19a954 /src/wallet/init.cpp | |
| parent | Merge #13564: [wallet] loadwallet shouldn't create new wallets. (diff) | |
| download | discoin-9a44db2e46af2b73e0dbaa929244161b18c15162.tar.xz discoin-9a44db2e46af2b73e0dbaa929244161b18c15162.zip | |
Add outputtype module
Moves OutputType into its own module
Diffstat (limited to 'src/wallet/init.cpp')
| -rw-r--r-- | src/wallet/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/init.cpp b/src/wallet/init.cpp index 74312b712..076134cdd 100644 --- a/src/wallet/init.cpp +++ b/src/wallet/init.cpp @@ -7,6 +7,7 @@ #include <init.h> #include <net.h> #include <scheduler.h> +#include <outputtype.h> #include <util.h> #include <utilmoneystr.h> #include <validation.h> |