From 35160c7d86f2b9e227c1fde939a1b57a36b18561 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 6 May 2021 12:19:49 +0200 Subject: [PATCH] Update docu/community-server.api.md Co-authored-by: Ulf Gebhardt --- docu/community-server.api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docu/community-server.api.md b/docu/community-server.api.md index 20a15014d..9354bf232 100644 --- a/docu/community-server.api.md +++ b/docu/community-server.api.md @@ -65,7 +65,7 @@ Assuming: session is valid "type": "send", "transaction_id": 2, "date": "2021-02-19T13:25:36+00:00", - "balance": 192, + "balance": 192.0, "memo": "a piece of cake :)", "pubkey": "038a6f93270dc57b91d76bf110ad3863fcb7d1b08e7692e793fcdb4467e5b6a7" } @@ -245,4 +245,3 @@ Without auto-sign the transaction is pending on the login-server and waits for t // TODO Is this in line with our usability goals? // TODO Should this not be handled client side? -