1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

automaticly add our public key in wallet

This commit is contained in:
nishiki 2016-05-13 16:05:09 +02:00
parent 1399a17c8e
commit b51144758d

View file

@ -74,6 +74,8 @@ class MPW
)
end
end
add_key(@key) if @keys[@key].nil?
rescue Exception => e
raise "#{I18n.t('error.mpw_file.read_data')}\n#{e}"
end