fix parameters default value

This commit is contained in:
TenderIronh
2021-12-30 14:54:45 +08:00
parent 029d69869f
commit ac454ec694
3 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"time"
)
const OpenP2PVersion = "0.98.0"
const OpenP2PVersion = "0.98.1"
const ProducnName string = "openp2p"
type openP2PHeader struct {