Make the grapheneapi multi account compatible

This commit is contained in:
hvarona 2018-06-27 20:45:25 -04:00
parent 84cc13b5f6
commit 3b66b91807

View file

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