From a7099a9c7224904844e9c4c84e34d580fcb84f8c Mon Sep 17 00:00:00 2001 From: Luna <96448399+DaOneLuna@users.noreply.github.com> Date: Tue, 9 Apr 2024 14:45:47 -0700 Subject: [PATCH] Update SPECIFICATION.md Fee is defined as a String here https://github.com/Chia-Network/chia-blockchain/blob/5da5db127807b0712daf806143d631abdf051472/chia/protocols/pool_protocol.py#L50 --- SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECIFICATION.md b/SPECIFICATION.md index 305c880..f2d30d3 100644 --- a/SPECIFICATION.md +++ b/SPECIFICATION.md @@ -118,7 +118,7 @@ scripts and JS injections. It returns a JSON response with the following data: ```json { "description": "(example) The Reference Pool allows you to pool with low fees, paying out daily using Chia.", - "fee": 0.01, + "fee": "0.01", "logo_url": "https://www.chia.net/img/chia_logo.svg", "minimum_difficulty": 10, "name": "The Reference Pool",