From a05fa9d17725b92b5cd2cc03ae7e9888463af357 Mon Sep 17 00:00:00 2001 From: Dave Scotese Date: Mon, 23 May 2022 09:42:30 -0700 Subject: [PATCH] Exchange rate was hard to find. (#763) The FAQ I added uses both "exchange" and "rate," neither of which appeared in the FAQ otherwise. --- doc/FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/FAQ.md b/doc/FAQ.md index cbb3853e..b226f77b 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -30,6 +30,9 @@ - Archive (=Backup and delete) - 3 Default nodes + History of last 5 used nodes +## How does the wallet get an exchange rate? +/app/src/main/java/com/m2049r/xmrwallet/util/ServiceHelper.java currently specifies to use Kraken's exchange API. + ## How do I use a node with username & password? ```username:password@node.address:portnumber```