From f00e4562e65f11d736c5be8f5fab3713cf3cdfa9 Mon Sep 17 00:00:00 2001 From: Chris Buckland Date: Thu, 13 Feb 2020 17:30:04 +0100 Subject: [PATCH] Reformatted json appointment block --- apps/cli/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/cli/README.md b/apps/cli/README.md index ddea17a..93fbca3 100644 --- a/apps/cli/README.md +++ b/apps/cli/README.md @@ -36,8 +36,7 @@ This command is used to register appointments to the PISA server. Appointments * "tx_id": tx_id, "start_time": s, "end_time": e, - "dispute_delta": d - } + "dispute_delta": d } `tx` **must** be the raw penalty transaction that will be encrypted before sent to the PISA server. `type(tx) = hex encoded str`