Merge remote-tracking branch 'origin/dev_jby_preview' into yf_preview

This commit is contained in:
brightestboy 2019-09-22 21:36:58 +08:00
commit 1e626bc7c7

View File

@ -132,7 +132,7 @@ class TransactionPool(moduleName: String) extends ModuleBase(moduleName) {
private def publishTrans(t: Transaction) = {
if (this.addr4NonUser == "" && this.selfAddr.indexOf("/user") > 0) {
this.selfAddr.substring(0, this.selfAddr.indexOf("/user"))
this.addr4NonUser = this.selfAddr.substring(0, this.selfAddr.indexOf("/user"))
}
pe.getNodeMgr.getStableNodes.foreach(f => {