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!

Reload all transactions

dashed-slug.net Forums General discussion Reload all transactions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4726
    Anonymous
    Inactive

    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

    #4737
    alexg
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.