From 2907aa133a7fff3b3ad5df7fc66f283d65729832 Mon Sep 17 00:00:00 2001 From: Dovydas Joksas Date: Sat, 27 Jan 2024 12:47:00 +0000 Subject: [PATCH] update valueRecipient attributes' description in main doc --- docs/1.0.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/1.0.md b/docs/1.0.md index a590fd0..bbf6dc7 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -830,8 +830,8 @@ and what it is capable of. belongs to the `customKey`. - **type** (required) A slug that represents the type of receiving address that will receive the payment. - **address** (required) This denotes the receiving address of the payee. - - **split** (required) The number of shares of the payment this recipient will receive. - - **fee** (optional) If this attribute is not specified, it is assumed to be false. + - **split** (required) If `fee=false`, the number of shares for the recipient; if `fee=true`, the percentage of the payment that the recipient will receive. + - **fee** (optional) Indicates whether the recipient should instead receive a percentage amount off the top of each payment. If this attribute is not specified, it is assumed to be false. ### Examples ```xml @@ -840,19 +840,19 @@ and what it is capable of. name="Alice (Podcaster)" type="node" address="02d5c1bf8b940dc9cadca86d1b0a3c37fbe39cee4c7e839e33bef9174531d27f52" - split="40" + split="45" /> ``` - -



## Medium ``