From 651de8120e21ba6c644d0fea4bae1524a71015d5 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 5 Mar 2017 00:23:26 +0000 Subject: [PATCH] bip-xchgrate: More sensible rate definition --- bip-xchgrate.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-xchgrate.mediawiki b/bip-xchgrate.mediawiki index ecfa8cc4..bc1dfc8d 100644 --- a/bip-xchgrate.mediawiki +++ b/bip-xchgrate.mediawiki @@ -37,7 +37,7 @@ Currency code(s) used herein are defined as such: * XBT is defined as 100000000 satoshis (commonly known as 1 BTC). * Strings longer than 3 characters may be used for currencies without an applicable code. (If a shorter code is desired despite this, it may be padded with space(s) to the left until it is 4 characters. Software MAY strip these spaces.) -Rate is defined as: primaryCurrencyValue / rate = secondaryCurrencyValue +Rate is defined as: 1 primaryCurrency = 1 secondaryCurrency / rate ===Enumerating supported currency-pair tokens===