aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-08-30 13:40:37 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-10 12:48:35 +0200
commitc1e433b717fbc26a74ca395771076b203630a5a2 (patch)
treec1c551df9c68b5c75d62629cd2554e661b3df113 /src/wallet.h
parent8b59a3d36626085db79db2874ae76272b2b42f25 (diff)
downloadbitcoin-c1e433b717fbc26a74ca395771076b203630a5a2.tar.xz
Rename scriptutils.o to wallet_ismine.o
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h
index 6788986f88..5c26186730 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -11,7 +11,7 @@
#include "key.h"
#include "keystore.h"
#include "main.h"
-#include "scriptutils.h"
+#include "wallet_ismine.h"
#include "ui_interface.h"
#include "walletdb.h"