diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-11-11 16:20:39 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-11-11 16:20:39 +0100 |
commit | cd696e64dfe8821fe13d959dd2d1a2ee892f9155 (patch) | |
tree | 692872ff268cbfd53bf0670481ef02ed7afaadc0 /src/rpcdump.cpp | |
parent | a6aa179699aa4e885a7d93cd28a8af012cd5df2b (diff) |
misc small changes to polish after include cleanup
Diffstat (limited to 'src/rpcdump.cpp')
-rw-r--r-- | src/rpcdump.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp index 68d412490b..fe2f4b93b9 100644 --- a/src/rpcdump.cpp +++ b/src/rpcdump.cpp @@ -130,7 +130,6 @@ Value importwallet(const Array& params, bool fHelp) int64_t nTimeBegin = chainActive.Tip()->nTime; - bool fGood = true; while (file.good()) { |