good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9ac1b4e5 authored by Bas van Kervel's avatar Bas van Kervel
Browse files

fixed rpc test failure in net_peerCount

parent 5fdf72b1
No related merge requests found
......@@ -77,7 +77,7 @@ func (self *netApi) Version(req *shared.Request) (interface{}, error) {
// Number of connected peers
func (self *netApi) PeerCount(req *shared.Request) (interface{}, error) {
return self.xeth.PeerCount(), nil
return newHexNum(self.xeth.PeerCount()), nil
}
func (self *netApi) IsListening(req *shared.Request) (interface{}, error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment