Make the grapheneapi multi account compatible
This commit is contained in:
parent
84cc13b5f6
commit
3b66b91807
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||||
|
|
Loading…
Reference in a new issue