mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-13 03:35:17 +00:00
Fixing print typo and adding peer score (#152)
This commit is contained in:
parent
52a197368e
commit
f05bb62d63
@ -551,9 +551,8 @@ func printNodeInfo(cfg *config.Config) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println("Version: " + config.FormatVersion(nodeInfo.Version))
|
fmt.Println("Version: " + config.FormatVersion(nodeInfo.Version))
|
||||||
|
fmt.Println("Max Frame: " + strconv.FormatUint(nodeInfo.GetMaxFrame(), 10))
|
||||||
fmt.Println("Max Fame: " + strconv.FormatUint(nodeInfo.GetMaxFrame(), 10))
|
fmt.Println("Peer Score: " + strconv.FormatUint(nodeInfo.GetPeerScore(), 10))
|
||||||
|
|
||||||
printBalance(cfg)
|
printBalance(cfg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user