mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-17 14:16:23 +00:00
set null
This commit is contained in:
parent
1127f0dd88
commit
805234deb7
@ -54,6 +54,7 @@ public class EthereumService extends Service {
|
||||
public void onDestroy() {
|
||||
if (jsonRpcServerThread != null) {
|
||||
jsonRpcServerThread.interrupt();
|
||||
jsonRpcServerThread = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user