diff --git a/docs/user_faq.md b/docs/user_faq.md index d8262fe..493f4aa 100644 --- a/docs/user_faq.md +++ b/docs/user_faq.md @@ -90,7 +90,7 @@ The user adds the tokens to the `assets` field of the [config file](input_files. Accounting methods vary country by country, as described in the [supported countries](supported_countries.md) document. ### Do Accounting Methods Use Universal or Per-Wallet Application? -RP2 engine uses [universal application](https://www.forbes.com/sites/shehanchandrasekera/2020/09/17/what-crypto-taxpayers-need-to-know-about-fifo-lifo-hifo-specific-id/) application: this means there is one queue for each coin across every wallet and exchange and the accounting method is applied to each such queue. However per-wallet support is being worked on: see #135. +RP2 engine currently supports [universal application](https://www.forbes.com/sites/shehanchandrasekera/2020/09/17/what-crypto-taxpayers-need-to-know-about-fifo-lifo-hifo-specific-id/) application, however per-wallet support is [being worked on])[https://github.com/eprbell/rp2/issues/135]. ### Can I Change Accounting Method? Yes, for countries that support more than one accounting method, you can select which one to use via the `-m` command line option, or you can use the `accounting_methods` section of the [config file](https://github.com/eprbell/rp2/blob/main/docs/input_files.md#the-config-file).