From ce283d44190212972bd775957a9ae3f9868f3fe9 Mon Sep 17 00:00:00 2001 From: Alberto Elias Date: Thu, 15 Oct 2020 17:39:56 +0200 Subject: [PATCH] More realistic example amounts --- api/swagger.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/swagger.yml b/api/swagger.yml index b709c8e..efcdcf3 100644 --- a/api/swagger.yml +++ b/api/swagger.yml @@ -1388,7 +1388,7 @@ components: allOf: - $ref: '#/components/schemas/BigInt' - description: Amount of tokens to be sent. - example: "63" + example: "6303020000000000000" fee: $ref: '#/components/schemas/FeeSelector' nonce: @@ -1606,7 +1606,7 @@ components: allOf: - $ref: '#/components/schemas/BigInt' - description: Amount of tokens to be sent. - - example: "49" + - example: "4903020000000000000" batchNum: type: integer description: Batch in which the transaction was forged. Null indicates not forged yet.