dashed-slug.net › Forums › Full Node Multi Coin Adapter extension support › Litecoin transaction not showing up in user’s account. › Reply To: Litecoin transaction not showing up in user’s account.
Glad you sorted it out.
The wallet notifies the plugin multiple times about each transaction, so even if communication fails once, a transaction will eventually go through. By visiting manually the notification URL, you can force a transaction to go through to the plugin. If a transaction is not reported to the plugin, then this means that your curl command has an error, or the WordPress host is not reachable from your wallet host. If this is the case, you should fix the command in your .conf
file, and restart the wallet, or the next transaction will also fail to reach the plugin. See step #6 in the troubleshooting article on how to generate debug logs of the curl commands that your wallet runs.
with regards