mirror of
https://gitee.com/BTAJL/repchain.git
synced 2024-12-05 05:08:29 +08:00
Merge remote-tracking branch 'origin/dev_jby_preview' into yf_preview
This commit is contained in:
commit
1e626bc7c7
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user