clean up on snapshot

This commit is contained in:
Jude Nelson
2017-03-01 19:17:32 -05:00
parent af6033b0fc
commit 04387af18e

View File

@@ -329,6 +329,7 @@ def fast_sync_snapshot( export_path, private_key, block_number ):
log.error("Failed to sign snapshot {}".format(export_path))
return False
_cleanup(tmpdir)
return True