Open sisou opened 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.
contactAdded
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
call in the new VSendTransaction's
contactAdded
handler.