fixed import file backup

master
henry 2018-04-09 22:32:22 -04:00
parent eb351bfbfa
commit 6eb43f93be
1 changed files with 2 additions and 0 deletions

View File

@ -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();