nimiq / safe

MIT License
8 stars 8 forks source link

Persist contacts on-change #148

Open sisou opened 5 years ago

sisou commented 5 years ago

This PR changes the storage behavior for contacts to a save-to-disk on-change, not only on window unload.

Depending which is merged first, either this PR or #149 need to add a

    Store.persistContacts()

call in the new VSendTransaction's contactAdded handler.