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!

Reply To: Notification Suggestion

dashed-slug.net Forums General discussion Notification Suggestion Reply To: Notification Suggestion

#3085
alexg
Keymaster

Hello Philipp,

Block explorer links do not accept variables in the same way that email templates do.

your link would be something like https://chainz.cryptoid.info/XYZ/tx.dws?%s

Where XYZ would be your coin and %s is substituted with the TXID using the PHP sprintf function.

I can make it so that %2$s is lowercase TXID while %s or %1$s is the current uppercase value.

This will go into the next release.

regards