I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).
If you are new here, please see some information on how to ask for support. Thank you!
-
AnonymousInactive
Could you please make such a function to reload all transactions from node into wallet (from the admin panel). This will be very usefull for debugging
Hello,
For RPC-based wallets, the wallet is re-scanned every 8 hours or so for all the incoming deposits. Please see here: https://github.com/dashed-slug/wallets/blob/3.7.2/includes/coin-adapter-rpc.php#L693-L746
Withdrawals cannot be loaded from the wallet because only the plugin knows the associations between withdrawals and users.
If you wish to trigger a re-scan of all deposits, you can delete manually the wallets_listtxs_last_txid_XXX
transient, where XXX is the symbol for your coin. You should not need to do this normally.
kind regards
- You must be logged in to reply to this topic.