Make the grapheneapi multi account compatible

master
hvarona 2018-06-27 20:45:25 -04:00
parent 84cc13b5f6
commit 3b66b91807
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ public abstract class GrapheneApiGenerator {
}catch(Exception e){
e.printStackTrace();
}
}else if(!bitsharesSubscriptionHub.isSubscribed()){
}else if(bitsharesSubscriptionHub!= null && !bitsharesSubscriptionHub.isSubscribed()){
try {
bitsharesSubscriptionHub.resubscribe();
}catch(Exception e){