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:
parent
1399a17c8e
commit
b51144758d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue