fixed import file backup
This commit is contained in:
parent
eb351bfbfa
commit
6eb43f93be
1 changed files with 2 additions and 0 deletions
|
@ -248,6 +248,8 @@ public class FileBackupManager implements FileServiceRequestsListener {
|
|||
long idSeed = accountSeedDao.insertAccountSeed(seed);
|
||||
if(idSeed >= 0) {
|
||||
GrapheneAccount account = new GrapheneAccount();
|
||||
account.setCryptoNet(CryptoNet.BITSHARES);
|
||||
account.setAccountIndex(0);
|
||||
account.setSeedId(idSeed);
|
||||
account.setName(validatorRequest.getAccountName());
|
||||
BitsharesAccountManager bManger = new BitsharesAccountManager();
|
||||
|
|
Loading…
Reference in a new issue