Skip to content

Commit 864cc63

Browse files
committed
fix: based on the review
1 parent e858cc5 commit 864cc63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For more information on un-ignoring and optionally whitelisting assets, see [My
8080

8181
### Events are missing
8282

83-
If you notice that some events are missing for an EVM chain or from exchanges, you can re-pull events for a specific time range. See [Re-pulling events missed in the past](/usage-guides/historical-events.md#re-pulling-events-missed-in-the-past) for detailed instructions.
83+
If you notice that some events are missing for a chain or from exchanges, you can re-pull events for a specific time range. See [Re-pulling events missed in the past](/usage-guides/historical-events.md#re-pulling-events-missed-in-the-past) for detailed instructions.
8484

8585
### My balances are not showing after importing my history/creating history events
8686

-31.8 KB
Binary file not shown.

usage-guides/api-keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ To connect your Monerium account:
178178
- **Docker mode**: You will need to manually copy the access token and refresh token from the OAuth page and input them into rotki.
179179

180180
4. **Redecode Transactions:**
181-
- After successfully adding your Monerium credentials, you need to redecode the Monerium transactions in the history events section to see the updated bank data.
181+
- After successfully adding your Monerium credentials, you need to redecode the Monerium transactions in the history events section to see the updated bank data. See [Redecoding blockchain transactions](/usage-guides/historical-events#redecoding-blockchain-transactions) for more information on how to redecode transactions.
182182

183-
> **Note**: The Monerium credentials only provide read-only access to your Monerium data. The OAuth authentication flow described above is mandated by Monerium's API requirements, not a design choice by rotki. rotki simply integrates with their authentication system as required.
183+
> **Note**: The Monerium credentials only provide read-only access to your Monerium data. When you authenticate, Monerium's OAuth consent screen may show that rotki is requesting broad permissions. This is because Monerium's API doesn't currently support granular permission scopes, so all OAuth tokens appear to request full access. However, rotki only performs read-only operations and cannot modify your account, initiate transfers, or make changes to your Monerium data. The OAuth authentication flow described above is mandated by Monerium's API requirements, not a design choice by rotki. rotki simply integrates with their authentication system as required.
184184
185185
### Gnosis Pay
186186

@@ -201,7 +201,7 @@ To connect your Gnosis Pay account:
201201
- Sign the message to authenticate and get the access token.
202202

203203
3. **Redecode Transactions:**
204-
- After successfully connecting your Gnosis Pay account, you need to redecode the Gnosis Pay transactions in the history events section to enrich the transaction details.
204+
- After successfully connecting your Gnosis Pay account, you need to redecode the Gnosis Pay transactions in the history events section to enrich the transaction details. See [Redecoding blockchain transactions](/usage-guides/historical-events#redecoding-blockchain-transactions) for more information on how to redecode transactions.
205205

206206
> **Note**: The access token only provides read-only access to your Gnosis Pay data. The "Sign in with Ethereum" authentication process described above is mandated by Gnosis Pay's API requirements, not a design choice by rotki. rotki simply integrates with their authentication system as required.
207207

usage-guides/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ There are two options to reset the assets database:
152152

153153
![Customizing the accounting rules](/images/sc_accounting_custom_rule.png)
154154

155-
In this accounting menu, you can customize application settings related to accounting calculations. These settings will affect the PnL report calculations.
155+
In the accounting menu, you can customize application settings related to accounting calculations. These settings will affect the PnL report calculations.
156156

157157
> [!IMPORTANT]
158158
> Before changing any settings:

0 commit comments

Comments
 (0)