From 5fffc251880cbc8ea05a54428e94b4410d8eb752 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 14 Nov 2016 21:12:54 +0900 Subject: [PATCH] Get send and recv the right way round --- electrumx_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrumx_rpc.py b/electrumx_rpc.py index c7a24b8..06aa56f 100755 --- a/electrumx_rpc.py +++ b/electrumx_rpc.py @@ -46,7 +46,7 @@ class RPCClient(asyncio.Protocol): fmt = ('{:<4} {:>23} {:>15} {:>5} ' '{:>7} {:>7} {:>7} {:>7} {:>5} {:>9}') print(fmt.format('Type', 'Peer', 'Client', 'Subs', - 'Snt #', 'Snt KB', 'Rcv #', 'Rcv KB', + 'Recv #', 'Recv KB', 'Sent #', 'Sent KB', 'Errs', 'Time')) for (kind, peer, subs, client, recv_count, recv_size, send_count, send_size, error_count, time) in result: