Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos fixed: beeing -> being Update wallet.md #711

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/rpc-reference/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2120,8 +2120,8 @@ The transaction history is not deterministic due to heuristics we use to counter
- Offers are split into multiple transactions on the corresponding wallets
- Transactions of one Offer do not share the same id`s. To match them up, it is best to keep the offer files
- The transaction time is a rough estimate. When an offer is accepted, the individual transactions of one offer can/will have slightly differing transaction times
- For your offers which were accepted by a 3rd Party , the incoming coins are beeing marked as incoming transaction, not as incoming trade
- When cancelling offers, the cancellation Transactions are beeing shown as transaction, not as trade
- For your offers which were accepted by a 3rd Party , the incoming coins are being marked as incoming transaction, not as incoming trade
- When cancelling offers, the cancellation Transactions are being shown as transaction, not as trade
For accurate records, you should keep a local record of transactions (TXs) and the Offer files made.
</details>

Expand Down Expand Up @@ -2212,8 +2212,8 @@ The transaction history is not deterministic due to heuristics we use to counter
- Offers are split into multiple transactions on the corresponding wallets
- Transactions of one Offer do not share the same id`s. To match them up, it is best to keep the offer files
- The transaction time is a rough estimate. When an offer is accepted, the individual transactions of one offer can/will have slightly differing transaction times
- For your offers which were accepted by a 3rd Party , the incoming coins are beeing marked as incoming transaction, not as incoming trade
- When cancelling offers, the cancellation Transactions are beeing shown as transaction, not as trade
- For your offers which were accepted by a 3rd Party , the incoming coins are being marked as incoming transaction, not as incoming trade
- When cancelling offers, the cancellation Transactions are being shown as transaction, not as trade
For accurate records, you should keep a local record of transactions (TXs) and the Offer files made.
</details>

Expand Down