aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-07-16 16:24:42 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-07-16 16:22:14 -0400
commitfa4a605a4c611abe9af4c18aab20f4d1d039170f (patch)
treefe1d28f8b0cd359805fb7252a5bf6838b1b88a5d /src/wallet/wallet.h
parent24dbcf380844f326b6a4e59466dba892314d2843 (diff)
downloadbitcoin-fa4a605a4c611abe9af4c18aab20f4d1d039170f.tar.xz
Remove wallet settings from chainparams
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 5f226cf5c0..3ba9a2ae78 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -12,7 +12,6 @@
#include <outputtype.h>
#include <policy/feerate.h>
#include <script/sign.h>
-#include <streams.h>
#include <tinyformat.h>
#include <ui_interface.h>
#include <util/strencodings.h>