diff options
| author | Matt Corallo <[email protected]> | 2016-12-01 15:45:50 -0800 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2016-12-02 09:42:51 -0800 |
| commit | e736772c56a883e2649cc8534dd7857a0718ec56 (patch) | |
| tree | cc9bb582a17276d748be7d60d51dccff33d167ea /src/qt/walletmodel.cpp | |
| parent | Remove orphan state wipe from UnloadBlockIndex. (diff) | |
| download | discoin-e736772c56a883e2649cc8534dd7857a0718ec56.tar.xz discoin-e736772c56a883e2649cc8534dd7857a0718ec56.zip | |
Move network-msg-processing code out of main to its own file
Diffstat (limited to 'src/qt/walletmodel.cpp')
| -rw-r--r-- | src/qt/walletmodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 3490d1c1c..c3de61297 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -15,8 +15,10 @@ #include "base58.h" #include "keystore.h" #include "main.h" +#include "net.h" // for g_connman #include "sync.h" #include "ui_interface.h" +#include "util.h" // for GetBoolArg #include "wallet/wallet.h" #include "wallet/walletdb.h" // for BackupWallet |