Rename scriptutils.o to wallet_ismine.o

This commit is contained in:
jtimon
2014-08-30 13:40:37 +02:00
committed by Wladimir J. van der Laan
parent 8b59a3d366
commit c1e433b717
6 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
#include "script/sign.h"
#ifdef ENABLE_WALLET
#include "scriptutils.h"
#include "wallet_ismine.h"
#endif
#include <vector>