From 52b6b1557f4a70b1acb01b88d6638ca2a91c3330 Mon Sep 17 00:00:00 2001 From: David Florness Date: Fri, 28 Feb 2020 21:29:17 -0700 Subject: [PATCH] Misplaced newline --- client.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.rkt b/client.rkt index 3d320f5..057cedc 100644 --- a/client.rkt +++ b/client.rkt @@ -83,6 +83,7 @@ (json-response-body (retry-request (get bulletin "/peer-count"))) Positive-Integer)) + (newline) (displayln "Candidates:") (for ([i (in-naturals)] @@ -135,7 +136,7 @@ #t))) #t)))))) - (display "committing poly...") + (displayln "committing poly...") (define poly (random-poly (cast (sub1 peer-count) Natural) vote)) @@ -150,7 +151,6 @@ (bytes->hex-string (merkle-node-hsh (merkle-tree-root (poly-merkle poly)))))))) - (newline) (display "retrieving peers...") (define peer-inputs -- 2.38.4