mirror of
				https://source.quilibrium.com/quilibrium/ceremonyclient.git
				synced 2025-10-31 14:47:29 +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("Max Fame: " + strconv.FormatUint(nodeInfo.GetMaxFrame(), 10)) | ||||
| 
 | ||||
| 	fmt.Println("Max Frame: " + strconv.FormatUint(nodeInfo.GetMaxFrame(), 10)) | ||||
| 	fmt.Println("Peer Score: " + strconv.FormatUint(nodeInfo.GetPeerScore(), 10)) | ||||
| 	printBalance(cfg) | ||||
| } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Sercan Tekin
						Sercan Tekin