1
mirror of https://github.com/m2049r/xmrwallet synced 2024-11-23 05:33:29 +01:00

Exchange rate was hard to find. (#763)

The FAQ I added uses both "exchange" and "rate," neither of which appeared in the FAQ otherwise.
This commit is contained in:
Dave Scotese 2022-05-23 09:42:30 -07:00 committed by GitHub
parent 7fe2fbe37d
commit a05fa9d177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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