~edwargix/tallyard

7fa106c8b800356f3b7dc4d7f66c2dfda615b5fa — David Florness 5 years ago 930c569
Use `natural->hex-string' where we can
1 files changed, 1 insertions(+), 2 deletions(-)

M client.rkt
M client.rkt => client.rkt +1 -2
@@ 54,8 54,7 @@
  (void
   (post bulletin "/register"
         #:data
         (jsexpr->string (hasheq 'input (bytes->hex-string
                                         (integer->bytes point num-bytes #f #t))
         (jsexpr->string (hasheq 'input (natural->hex-string point)
                                 'name username))))

  (display "retrieving peers...")