summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2017-03-05 04:32:13 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2017-03-05 04:32:13 +0000
commitf33738655061a0f4a8949ca018b53994ace1a1c1 (patch)
treef49a1eeda56c15968ffec335de13ebf534ec7840
parent253c7f923b87ab4bd0dc4999953617929e6c96e3 (diff)
downloadbips-f33738655061a0f4a8949ca018b53994ace1a1c1.tar.xz
bip-xchgrate: Fix
-rw-r--r--bip-xchgrate.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-xchgrate.mediawiki b/bip-xchgrate.mediawiki
index 96665c8..86f7cfc 100644
--- a/bip-xchgrate.mediawiki
+++ b/bip-xchgrate.mediawiki
@@ -37,8 +37,8 @@ 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 the amount of base-currency to be exchanged for one unit of the quote-currency.
-In other words, <code>1 quoteCurrency = rate baseCurrency</code>.
+Rate is defined as the amount of quote-currency to be exchanged for one unit of the base-currency.
+In other words, <code>1 baseCurrency = rate quoteCurrency</code>.
===Enumerating supported currency-pair tokens===