mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
remove extra space at end line
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
e6a1c6b5bb
commit
95f83945b9
@ -173,7 +173,7 @@ class BlockDataCopier:
|
||||
self.highTS = blkTS
|
||||
|
||||
if (self.blkCountOut % 1000) == 0:
|
||||
print('%i blocks scanned, %i blocks written (of %i, %.1f%% complete)' %
|
||||
print('%i blocks scanned, %i blocks written (of %i, %.1f%% complete)' %
|
||||
(self.blkCountIn, self.blkCountOut, len(self.blkindex), 100.0 * self.blkCountOut / len(self.blkindex)))
|
||||
|
||||
def inFileName(self, fn):
|
||||
|
Loading…
Reference in New Issue
Block a user