1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-18 21:35:13 +01:00

bip-xchgrate: Fix

This commit is contained in:
Luke Dashjr 2017-03-05 04:32:13 +00:00
parent 253c7f923b
commit f337386550

View File

@ -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===