Support printing the election state in the bulletin repl
1 files changed, 1 insertions(+), 0 deletions(-) M bulletin.rkt
M bulletin.rkt => bulletin.rkt +1 -0
@@ 268,5 268,6 @@ peer-uname)) (hash-remove! _peers token))) (displayln "close the election first"))] + ['state (displayln (symbol->string state))] [else (displayln "unknown command")]) (loop)))))))