Commit 87bc05eb authored by Julien Muchembled's avatar Julien Muchembled

migrate: fix conversion from NEO storage to FileStorage

parent 24fc255d
......@@ -63,7 +63,7 @@ def main(args=None):
# do the job
print "Migrating from %s to %s" % (source, destination)
start = time.time()
dst.copyTransactionsFrom(src, verbose=0)
dst.copyTransactionsFrom(src)
elapsed = time.time() - start
print "Migration done in %3.5f" % (elapsed, )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment