From 900d221a858d5581dce151c0dfe429716f00d3be Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 24 May 2020 02:35:19 +0900 Subject: [PATCH] Fix typo --- bip-xxxx.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-xxxx.mediawiki b/bip-xxxx.mediawiki index 31ecaa5e..05a4beac 100644 --- a/bip-xxxx.mediawiki +++ b/bip-xxxx.mediawiki @@ -217,7 +217,7 @@ If the receiver does not support the version of the sender, they should send an * additionalfeeoutputindex=, the preferred output from which to increase the fee for the added inputs. (default: -1) -If the additionalfeeoutputindex is out of bounds or pointing to the payment ouptut meant for the receiver, the receiver should ignore the parameter. +If the additionalfeeoutputindex is out of bounds or pointing to the payment output meant for the receiver, the receiver should ignore the parameter. Should be ignored in the [[#spare-change|spare change]] case. * maxadditionalfeecontribution=, an integer defining the maximum amount in satoshis that the sender is willing to contribute towards fees for the additional inputs. maxadditionalfeecontribution must be ignored if set to less than zero. (default: -1)