diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-12 00:34:15 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-12 00:34:15 -0800 |
| commit | 309f783fceade22cb9d2939b5cf7641513fd6881 (patch) | |
| tree | cd463b22627e5e6a0edddc1753bd2a59bdd5d71b /src/rpcdump.cpp | |
| parent | Merge pull request #2980 from wtogami/silenceunusedwarning (diff) | |
| parent | misc small changes to polish after include cleanup (diff) | |
| download | discoin-309f783fceade22cb9d2939b5cf7641513fd6881.tar.xz discoin-309f783fceade22cb9d2939b5cf7641513fd6881.zip | |
Merge pull request #3235 from Diapolo/misc
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 68d412490..fe2f4b93b 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()) { |