mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 10:45:51 +00:00
Remove no longer used variable.
This commit is contained in:
parent
be41d84fb9
commit
9bfce1bae0
@ -656,7 +656,6 @@ public abstract class AbstractBlockChain {
|
|||||||
registration.listener.notifyNewBestBlock(newStoredBlock);
|
registration.listener.notifyNewBestBlock(newStoredBlock);
|
||||||
} else {
|
} else {
|
||||||
// Listener wants to be run on some other thread, so marshal it across here.
|
// Listener wants to be run on some other thread, so marshal it across here.
|
||||||
final boolean notFirst = !first;
|
|
||||||
registration.executor.execute(new Runnable() {
|
registration.executor.execute(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user