sync for imported privkeys from 0

This commit is contained in:
DenioD
2020-10-01 20:23:43 +02:00
parent ac696847c4
commit 980c341d0e
3 changed files with 9 additions and 6 deletions

View File

@@ -628,7 +628,7 @@ impl LightWallet {
address
}
pub fn import_taddr(&self, sk: String) -> String {
pub fn import_taddr(&self, sk: String, birthday: u64) -> String {
if !self.unlocked {
return "Error: Can't add key while wallet is locked".to_string();
}