unwriter / Bitcom

Bitcoin Computer
54 stars 16 forks source link

Avoid overwriting an existing .bit file #5

Closed mathiasrw closed 5 years ago

mathiasrw commented 5 years ago

Reinitiating bit init should be idempotent so that an existing .bit does not accidentally gets overwritten with new content.


This change is Reviewable

unwriter commented 5 years ago

Just came here after pushing the latest update, and since the code structure has changed now this PR is out of sync. Could you update using the latest codebase? Then I'll merge

mathiasrw commented 5 years ago

Ok. PR updated.

unwriter commented 5 years ago

Thanks!