Skip to content

Commit 3e46f59

Browse files
authored
Merge pull request #421 from tronprotocol/addSyncLoop
fix close adv block problem
2 parents cbc5715 + 5b35771 commit 3e46f59

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/tron/core/net/node/NodeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ private void activeTronPump() {
413413
logger.debug("suspend");
414414
}
415415
}
416-
isFetchActive = false;
416+
isFetchSyncActive = false;
417417
} catch (Throwable t) {
418418
logger.error("Unhandled exception", t);
419419
}

src/main/resources/config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ node {
4747
maxActiveNodes = 30
4848

4949
p2p {
50-
version = 48 # 48: testnet; 101: debug
50+
version = 50 # 50: testnet; 101: debug
5151
}
5252

5353
}

0 commit comments

Comments
 (0)