dashed-slug.net › Forums › Monero Wallet Adapter extension support › Minimum confirmation adapter setting, and wallet rescan › Reply To: Minimum confirmation adapter setting, and wallet rescan
Hello,
It’s not possible to set the minimum confirmations count via the coin adapter settings for the Monero/Cryptonote adapter.
The adapter discovers incoming transactions via the get_transfers
API: https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#get_transfers
If, for a transaction, confirmations
> suggested_confirmations_threshold
, then the transaction is considered “done”, otherwise it’s “pending”.
The block height scanned is saved in a transient that resets every 8 hours, so that the chain is re-scanned often.
Please tell me the following:
1. When you go to Wallets -> Transactions, do you see the transaction in a pending state, or does the transaction not appear at all?
2. When you go to Wallets -> Adapters, what is the Block Height for the Monero adapter?
3. Did you use a payment ID in the transaction? As always, the plugin will check the address and payment id, if any, and see if it matches an (address,payment_id) in the user deposit addresses set (Wallets -> Deposit Addresses screen). If there is no exact match, you will not see the transaction in the Wallets -> Transactions screen.
Let me know. Thanks.