mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]
This commit is contained in:
parent
9ee02cf564
commit
daf6466330
@ -898,6 +898,9 @@ QString formatServicesStr(quint64 mask)
|
|||||||
case NODE_GETUTXO:
|
case NODE_GETUTXO:
|
||||||
strList.append("GETUTXO");
|
strList.append("GETUTXO");
|
||||||
break;
|
break;
|
||||||
|
case NODE_BLOOM:
|
||||||
|
strList.append("BLOOM");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
strList.append(QString("%1[%2]").arg("UNKNOWN").arg(check));
|
strList.append(QString("%1[%2]").arg("UNKNOWN").arg(check));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user